We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x86_64-gnu
1 parent 12fff8b commit 8e96a9cCopy full SHA for 8e96a9c
compiler/rustc_macros/src/try_from.rs
@@ -40,7 +40,7 @@ pub(crate) fn try_from_u32(s: Structure<'_>) -> TokenStream {
40
use ::core::primitive::u32;
41
use ::core::result::Result::{self, Ok, Err};
42
43
- r#gen impl TryFrom<u32> for @Self {
+ gen impl TryFrom<u32> for @Self {
44
type Error = u32;
45
46
#[allow(deprecated)] // Don't warn about deprecated variants.
src/ci/github-actions/jobs.yml
@@ -102,6 +102,8 @@ pr:
102
<<: *job-linux-16c
103
- image: x86_64-gnu-tools
104
105
+ - image: x86_64-gnu
106
+ <<: *job-linux-4c
107
108
# Jobs that run when you perform a try build (@bors try)
109
# These jobs automatically inherit envs.try, to avoid repeating
0 commit comments