mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
d78329b92e
Suggest Upgrading Compiler for Gated Features This PR addresses #117318 I have a few questions: 1. Do we want to specify the current version and release date of the compiler? I have added this in via environment variables, which I found in the code for the rustc cli where it handles the `--version` flag a. How can I handle the changing message in the tests? 3. Do we want to only show this message when the compiler is old? a. How can we determine when the compiler is old? I'll wait until we figure out the message to bless the tests |
||
---|---|---|
.. | ||
feature-gate-extended_varargs_abi_support.rs | ||
feature-gate-extended_varargs_abi_support.stderr | ||
issue-32201.rs | ||
issue-32201.stderr | ||
issue-86053-1.rs | ||
issue-86053-1.stderr | ||
issue-86053-2.rs | ||
issue-86053-2.stderr | ||
variadic-ffi-1.rs | ||
variadic-ffi-1.stderr | ||
variadic-ffi-2.rs | ||
variadic-ffi-2.stderr | ||
variadic-ffi-4.rs | ||
variadic-ffi-4.stderr | ||
variadic-ffi-6.rs | ||
variadic-ffi-6.stderr | ||
variadic-ffi-no-fixed-args.rs | ||
variadic-ffi-no-fixed-args.stderr | ||
variadic-unreachable-arg-error.rs |