]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/feature-gate-static-nobundle.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-static-nobundle.stderr
CommitLineData
17df50a5
XL
1warning: library kind `static-nobundle` has been superseded by specifying modifier `-bundle` with library kind `static`
2 --> $DIR/feature-gate-static-nobundle.rs:1:22
3 |
4LL | #[link(name = "foo", kind = "static-nobundle")]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^
6
e1599b0c 7error[E0658]: kind="static-nobundle" is unstable
94222f64 8 --> $DIR/feature-gate-static-nobundle.rs:1:22
ff7c6d11 9 |
5869c6ff 10LL | #[link(name = "foo", kind = "static-nobundle")]
94222f64 11 | ^^^^^^^^^^^^^^^^^^^^^^^^
ff7c6d11 12 |
74b04a01 13 = note: see issue #37403 <https://github.com/rust-lang/rust/issues/37403> for more information
416331ca 14 = help: add `#![feature(static_nobundle)]` to the crate attributes to enable
ff7c6d11 15
17df50a5 16error: aborting due to previous error; 1 warning emitted
ff7c6d11 17
0531ce1d 18For more information about this error, try `rustc --explain E0658`.