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 Stabilize abi_efiapi feature 2023-01-11 20:42:13 -05:00
feature-gate-extended_varargs_abi_support.stderr Bless tests 2024-01-13 12:46:58 -05:00
issue-32201.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-32201.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-86053-1.rs Filter impl and where-clause candidates that reference errors 2023-01-11 20:03:29 +00:00
issue-86053-1.stderr Fix bad-c-variadic error being emitted multiple times 2023-10-30 10:29:11 -04:00
issue-86053-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-86053-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
variadic-ffi-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
variadic-ffi-1.stderr Test and note unsafe ctor to fn ptr coercion 2023-08-30 15:09:40 -07:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
variadic-ffi-4.stderr Tweak E0597 2023-01-15 19:46:20 +00:00
variadic-ffi-6.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
variadic-ffi-6.stderr Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser 2023-12-12 17:40:53 +01:00
variadic-ffi-no-fixed-args.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
variadic-ffi-no-fixed-args.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
variadic-unreachable-arg-error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00