Sign in
rust
/
rust
/
6fac0fac9962962f77f46fe148bbca2ed6b60f59
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-log_syntax2.rs
blob: db1a96f1f23eaecd8b1ff42432b7c1d81db4511b [
file
]
fn
main
()
{
println
!(
"{:?}"
,
log_syntax
!());
//~ ERROR `log_syntax!` is not stable
}