Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
delegation
/
inner-attr.rs
blob: 6c996807d6ba82fb1693f5a0ff6b83a4a8a931e4 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
fn_delegation
)]
#![
allow
(
incomplete_features
)]
fn
a
()
{}
reuse a
as
b
{
#![
rustc_dummy
]
self
}
//~ ERROR an inner attribute is not permitted in this context
fn
main
()
{}