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
/
feature-gates
/
feature-gate-trace_macros.rs
blob: 07159b7b54264dec97abfde596f6b90b50fa0d23 (
plain
)
1
2
3
fn
main
()
{
trace_macros!
(
true
);
//~ ERROR: `trace_macros` is not stable
}