Skip to content

Commit 8e96a9c

Browse files
committed
(DO NOT MERGE) Check that this fails in x86_64-gnu
1 parent 12fff8b commit 8e96a9c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

compiler/rustc_macros/src/try_from.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub(crate) fn try_from_u32(s: Structure<'_>) -> TokenStream {
4040
use ::core::primitive::u32;
4141
use ::core::result::Result::{self, Ok, Err};
4242

43-
r#gen impl TryFrom<u32> for @Self {
43+
gen impl TryFrom<u32> for @Self {
4444
type Error = u32;
4545

4646
#[allow(deprecated)] // Don't warn about deprecated variants.

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: x86_64-gnu
106+
<<: *job-linux-4c
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)