Skip to content

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jan 14, 2024

Since rust-lang/rust#119088, rustc is putting the compiler build date into diagnostics, which is inappropriate for ui tests.

error[E0658]: `#[used(linker)]` is currently unstable
 --> tests/ui/used-linker.rs:6:5
  |
6 |     #![used(linker)]
  |     ^^^^^^^^^^^^^^^^
  |
  = note: see issue #93798 <https://github.com/rust-lang/rust/issues/93798> for more information
  = help: add `#![feature(used_with_arg)]` to the crate attributes to enable
  = note: this compiler was built on 2024-01-13; consider upgrading it if it is out of date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant