rust/tests/ui/c-variadic
bors d78329b92e Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nilstrieb
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
2024-01-13 20:06:03 +00:00
..
feature-gate-extended_varargs_abi_support.rs
feature-gate-extended_varargs_abi_support.stderr Bless tests 2024-01-13 12:46:58 -05:00
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 allow system abi to be variadic 2024-01-12 23:19:54 -08:00
variadic-ffi-2.stderr allow system abi to be variadic 2024-01-12 23:19:54 -08:00
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