Skip to content

Commit

Permalink
(DO NOT MERGE) Check that this fails in x86_64-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Oct 26, 2024
1 parent 12fff8b commit 8e96a9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_macros/src/try_from.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub(crate) fn try_from_u32(s: Structure<'_>) -> TokenStream {
use ::core::primitive::u32;
use ::core::result::Result::{self, Ok, Err};

r#gen impl TryFrom<u32> for @Self {
gen impl TryFrom<u32> for @Self {
type Error = u32;

#[allow(deprecated)] // Don't warn about deprecated variants.
Expand Down
2 changes: 2 additions & 0 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ pr:
<<: *job-linux-16c
- image: x86_64-gnu-tools
<<: *job-linux-16c
- image: x86_64-gnu
<<: *job-linux-4c

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

0 comments on commit 8e96a9c

Please sign in to comment.