Sign in
android
/
toolchain
/
rustc
/
59fbe18bc79ed87d0c5f02705e7cf19e402e1f2b
/
.
/
src
/
test
/
ui
/
feature-gates
/
allow-features.rs
blob: 2ce4701a818037d7079dc30939b8b937c9db1696 [
file
]
// compile-flags: -Z allow_features=lang_items
// Note: This test uses rustc internal flags because they will never stabilize.
#![
feature
(
lang_items
)]
#![
feature
(
unknown_stdlib_feature
)]
//~ ERROR
fn
main
()
{}