Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-fundamental.rs
blob: 70e0133929c62f6131ac3333cc22f484acf2bdbf [
file
] [
log
] [
blame
]
#[
fundamental
]
//~ ERROR the `#[fundamental]` attribute is an experimental feature
struct
Fundamental
;
fn
main
()
{
}