File tree 2 files changed +2
-2
lines changed
compiler/rustc_macros/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ pub(crate) fn try_from_u32(s: Structure<'_>) -> TokenStream {
34
34
. iter ( )
35
35
. map ( |v| v. construct ( |_, _| -> TokenStream { unreachable ! ( ) } ) )
36
36
. collect :: < Vec < _ > > ( ) ;
37
- // FIXME(edition_2024): Fix the `keyword_idents_2024` lint to not trigger here?
38
- #[ allow( keyword_idents_2024) ]
39
37
s. gen_impl ( quote ! {
40
38
// The surrounding code might have shadowed these identifiers.
41
39
use :: core:: convert:: TryFrom ;
Original file line number Diff line number Diff line change 102
102
<< : *job-linux-16c
103
103
- image : x86_64-gnu-tools
104
104
<< : *job-linux-16c
105
+ - image : dist-arm-linux
106
+ << : *job-linux-8c
105
107
106
108
# Jobs that run when you perform a try build (@bors try)
107
109
# These jobs automatically inherit envs.try, to avoid repeating
You can’t perform that action at this time.
0 commit comments