Skip to content

Commit 66ed5d9

Browse files
committed
Fix ui-fulldeps test
1 parent 146d040 commit 66ed5d9

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

src/test/ui-fulldeps/gated-plugin.stderr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
1+
error[E0658]: compiler plugins are experimental and possibly buggy
22
--> $DIR/gated-plugin.rs:3:1
33
|
44
LL | #![plugin(attr_plugin_test)]
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
|
7+
= note: for more information, see https://github.com/rust-lang/rust/issues/29597
78
= help: add #![feature(plugin)] to the crate attributes to enable
89

910
error: aborting due to previous error

src/test/ui-fulldeps/hash-stable-is-unstable.stderr

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,49 @@ error[E0601]: `main` function not found in crate `hash_stable_is_unstable`
22
|
33
= note: consider adding a `main` function to `$DIR/hash-stable-is-unstable.rs`
44

5-
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
5+
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
66
--> $DIR/hash-stable-is-unstable.rs:3:1
77
|
88
LL | extern crate rustc_data_structures;
99
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1010
|
11+
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
1112
= help: add #![feature(rustc_private)] to the crate attributes to enable
1213

13-
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
14+
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
1415
--> $DIR/hash-stable-is-unstable.rs:5:1
1516
|
1617
LL | extern crate rustc;
1718
| ^^^^^^^^^^^^^^^^^^^
1819
|
20+
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
1921
= help: add #![feature(rustc_private)] to the crate attributes to enable
2022

21-
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
23+
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
2224
--> $DIR/hash-stable-is-unstable.rs:7:1
2325
|
2426
LL | extern crate rustc_macros;
2527
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
2628
|
29+
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
2730
= help: add #![feature(rustc_private)] to the crate attributes to enable
2831

29-
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
32+
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
3033
--> $DIR/hash-stable-is-unstable.rs:10:5
3134
|
3235
LL | use rustc_macros::HashStable;
3336
| ^^^^^^^^^^^^^^^^^^^^^^^^
3437
|
38+
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
3539
= help: add #![feature(rustc_private)] to the crate attributes to enable
3640

37-
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812)
41+
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
3842
--> $DIR/hash-stable-is-unstable.rs:13:10
3943
|
4044
LL | #[derive(HashStable)]
4145
| ^^^^^^^^^^
4246
|
47+
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
4348
= help: add #![feature(rustc_private)] to the crate attributes to enable
4449

4550
error: aborting due to 6 previous errors

0 commit comments

Comments
 (0)