Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
genercs-in-path-with-prettry-hir.stdout
blob: e9ee59abfae8d2e7efc02b92b8989cf6ef503761 [
file
] [
log
] [
blame
] [
edit
]
#[prelude_import]
use
::
std
::
prelude
::
rust_2015
::*;
#[macro_use]
extern
crate std
;
//@ compile-flags: -Zunpretty=hir
// issue#97006
macro_rules
!
m
{
(
$attr_path
:
path
)
=>
{
#[$attr_path] fn f() {} } }
#[
inline
]
fn f
()
{
}
fn main
()
{
}