summary refs log tree commit diff
path: root/src/test/ui/feature-gate-static-nobundle.stderr
blob: 052516fad7691ac69f9f5b6ab5abe914c1f90296 (plain)
1
2
3
4
5
6
7
8
9
10
error: kind="static-nobundle" is feature gated (see issue #37403)
  --> $DIR/feature-gate-static-nobundle.rs:11:1
   |
11 | #[link(name="foo", kind="static-nobundle")]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: add #![feature(static_nobundle)] to the crate attributes to enable

error: aborting due to previous error