]> git.proxmox.com Git - rustc.git/blame - src/test/ui/stability-attribute/stability-attribute-issue.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / stability-attribute / stability-attribute-issue.stderr
CommitLineData
48663c56
XL
1error[E0658]: use of unstable library feature 'unstable_test_feature'
2 --> $DIR/stability-attribute-issue.rs:8:5
b7449926
XL
3 |
4LL | unstable();
5 | ^^^^^^^^
6 |
74b04a01 7 = note: see issue #1 <https://github.com/rust-lang/rust/issues/1> for more information
416331ca 8 = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
b7449926 9
48663c56
XL
10error[E0658]: use of unstable library feature 'unstable_test_feature': message
11 --> $DIR/stability-attribute-issue.rs:10:5
b7449926
XL
12 |
13LL | unstable_msg();
14 | ^^^^^^^^^^^^
15 |
74b04a01 16 = note: see issue #2 <https://github.com/rust-lang/rust/issues/2> for more information
416331ca 17 = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
b7449926
XL
18
19error: aborting due to 2 previous errors
20
21For more information about this error, try `rustc --explain E0658`.