Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
associated-types
/
associated-type-macro.rs
blob: 8586dc172764adaab9cf268c45087e817bdda7b5 [
file
] [
log
] [
blame
]
fn
main
()
{
#[
cfg
(
false
)]
<()
as
module
>::
mac
!();
//~ ERROR macros cannot use qualified paths
}