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-log_syntax2.rs
blob: db1a96f1f23eaecd8b1ff42432b7c1d81db4511b (
plain
)
1
2
3
fn
main
()
{
println!
(
"{:?}"
,
log_syntax!
());
//~ ERROR `log_syntax!` is not stable
}