2019-09-03 21:10:12 -05:00
|
|
|
//@ compile-flags: -Z allow_features=lang_items
|
2019-03-13 18:29:24 -05:00
|
|
|
// Note: This test uses rustc internal flags because they will never stabilize.
|
|
|
|
|
|
|
|
#![feature(lang_items)]
|
|
|
|
|
2019-04-25 16:03:45 -05:00
|
|
|
#![feature(unknown_stdlib_feature)] //~ ERROR
|
|
|
|
|
2019-03-13 18:29:24 -05:00
|
|
|
fn main() {}
|