index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
imports
/
auxiliary
/
issue-85992-extern-1.rs
blob: a2d0e20606570e56210e3f388500e2a106f3c809 (
plain
)
1
2
3
4
5
6
#[macro_export]
macro_rules!
m
{
()
=>
{
use
issue_85992_extern_2
::
Outcome
;
}
}