Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
feature-gates
/
allow-features.rs
blob: 2ce4701a818037d7079dc30939b8b937c9db1696 [
file
] [
log
] [
blame
]
// 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
()
{}