Skip to content

Commit

Permalink
Merge pull request #69 from dtolnay/builddate
Browse files Browse the repository at this point in the history
Pull in trybuild update for normalizing compiler build date
  • Loading branch information
dtolnay authored Jan 14, 2024
2 parents a853773 + ee93224 commit 2f9fa4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.62"

[dev-dependencies]
rustversion = "1.0"
trybuild = { version = "1.0.66", features = ["diff"] }
trybuild = { version = "1.0.89", features = ["diff"] }

[lib]
doc-scrape-examples = false
Expand Down
1 change: 0 additions & 1 deletion tests/ui/used-linker.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ error[E0658]: `#[used(linker)]` is currently unstable
|
= 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

0 comments on commit 2f9fa4b

Please sign in to comment.