Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
rfc-2397-do-not-recommend
/
unstable-feature.rs
blob: f0c5c222e786f041132421b64149804c36d8f7e7 [
file
] [
log
] [
blame
]
trait
Foo
{
}
#[
do_not_recommend
]
//~^ ERROR the `#[do_not_recommend]` attribute is an experimental feature
impl
Foo
for
i32
{
}
fn
main
()
{
}