You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/test/ui-fulldeps/hash-stable-is-unstable.stderr
+10-5
Original file line number
Diff line number
Diff line change
@@ -2,44 +2,49 @@ error[E0601]: `main` function not found in crate `hash_stable_is_unstable`
2
2
|
3
3
= note: consider adding a `main` function to `$DIR/hash-stable-is-unstable.rs`
4
4
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?
6
6
--> $DIR/hash-stable-is-unstable.rs:3:1
7
7
|
8
8
LL | extern crate rustc_data_structures;
9
9
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10
10
|
11
+
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
11
12
= help: add #![feature(rustc_private)] to the crate attributes to enable
12
13
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?
14
15
--> $DIR/hash-stable-is-unstable.rs:5:1
15
16
|
16
17
LL | extern crate rustc;
17
18
| ^^^^^^^^^^^^^^^^^^^
18
19
|
20
+
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
19
21
= help: add #![feature(rustc_private)] to the crate attributes to enable
20
22
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?
22
24
--> $DIR/hash-stable-is-unstable.rs:7:1
23
25
|
24
26
LL | extern crate rustc_macros;
25
27
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
26
28
|
29
+
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
27
30
= help: add #![feature(rustc_private)] to the crate attributes to enable
28
31
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?
30
33
--> $DIR/hash-stable-is-unstable.rs:10:5
31
34
|
32
35
LL | use rustc_macros::HashStable;
33
36
| ^^^^^^^^^^^^^^^^^^^^^^^^
34
37
|
38
+
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
35
39
= help: add #![feature(rustc_private)] to the crate attributes to enable
36
40
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?
38
42
--> $DIR/hash-stable-is-unstable.rs:13:10
39
43
|
40
44
LL | #[derive(HashStable)]
41
45
| ^^^^^^^^^^
42
46
|
47
+
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
43
48
= help: add #![feature(rustc_private)] to the crate attributes to enable
0 commit comments