Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-allow-internal-unstable.rs
blob: 0a1b6acd9bff25e254897439a5ded1180f101ed6 [
file
] [
log
] [
blame
] [
edit
]
#![
allow
(
unused_macros
)]
#[
allow_internal_unstable
()]
//~ ERROR allow_internal_unstable side-steps
macro_rules
!
foo
{
()
=>
{}
}
fn
main
()
{}