diff --git a/Cargo.toml b/Cargo.toml index 30750ed..5c23b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/tests/ui/used-linker.stderr b/tests/ui/used-linker.stderr index 6811584..036e95d 100644 --- a/tests/ui/used-linker.stderr +++ b/tests/ui/used-linker.stderr @@ -6,4 +6,3 @@ error[E0658]: `#[used(linker)]` is currently unstable | = note: see issue #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