about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-static-nobundle-2.stderr
blob: d96a48cde9f99dd10d3ce008f9d80d4457bc1768 (plain)
1
2
3
4
5
6
7
8
error[E0658]: kind="static-nobundle" is unstable
   |
   = note: see issue #37403 <https://github.com/rust-lang/rust/issues/37403> for more information
   = 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`.