Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
allow-features.rs
blob: b23759da810ac61d7d3a0e6745089e6896cabdc9 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
()
{}