about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-static-nobundle.stderr
blob: cc0d426d6cf9ac81a5a6b8ae523344102724a43a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0658]: kind="static-nobundle" is unstable
  --> $DIR/feature-gate-static-nobundle.rs:1:1
   |
LL | #[link(name="foo", kind="static-nobundle")]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: for more information, see https://github.com/rust-lang/rust/issues/37403
   = help: add `#![feature(static_nobundle)]` to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.