blob: 71caa37963f4f00c59afa72b6cfeba7126bc8b2f [file] [log] [blame]
error[E0658]: extern types are experimental (see issue #43467)
--> $DIR/feature-gate-extern_types.rs:12:5
|
12 | type T; //~ ERROR extern types are experimental
| ^^^^^^^
|
= help: add #![feature(extern_types)] to the crate attributes to enable
error: aborting due to previous error