We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea3864 commit 1b92d59Copy full SHA for 1b92d59
src/librustc_arena/lib.rs
@@ -602,6 +602,10 @@ macro_rules! which_arena_for_type {
602
603
#[macro_export]
604
macro_rules! declare_arena {
605
+ // This macro has to take the same input as
606
+ // `impl_arena_allocatable_decoders` which requires a second version of
607
+ // each type. We ignore that type until we can fix
608
+ // `impl_arena_allocatable_decoders`.
609
([], [$($a:tt $name:ident: $ty:ty, $_gen_ty:ty;)*], $tcx:lifetime) => {
610
#[derive(Default)]
611
pub struct Arena<$tcx> {
0 commit comments