Skip to content

Commit 13a1093

Browse files
committed
(DO NOT MERGE) Check that this fails in dist-arm-linux, where it failed before
1 parent d976ca8 commit 13a1093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/rustc_macros/src/try_from.rs

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ pub(crate) fn try_from_u32(s: Structure<'_>) -> TokenStream {
3434
.iter()
3535
.map(|v| v.construct(|_, _| -> TokenStream { unreachable!() }))
3636
.collect::<Vec<_>>();
37-
// FIXME(edition_2024): Fix the `keyword_idents_2024` lint to not trigger here?
38-
#[allow(keyword_idents_2024)]
3937
s.gen_impl(quote! {
4038
// The surrounding code might have shadowed these identifiers.
4139
use ::core::convert::TryFrom;

src/ci/github-actions/jobs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ pr:
102102
<<: *job-linux-16c
103103
- image: x86_64-gnu-tools
104104
<<: *job-linux-16c
105+
- image: dist-arm-linux
106+
<<: *job-linux-8c
105107

106108
# Jobs that run when you perform a try build (@bors try)
107109
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)