This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-06-06 12:18:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6d69b2e408
rust
/
tests
/
ui
/
feature-gates
/
feature-gate-log_syntax2.rs
4 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Address the other cases of #22234; fix #22234. The other cases: `concat_idents!`, `log_syntax!`, and `trace_macros!`, (these macros, with `asm!`, are handled (eagerly) in feature_gate.rs).
2015-02-15 22:49:55 +00:00
fn
main
(
)
{
Make sure feature gate errors are recoverable
2018-12-20 22:47:03 +00:00
println!
(
"
{:?}
"
,
log_syntax!
(
)
)
;
//~ ERROR `log_syntax!` is not stable
Address the other cases of #22234; fix #22234. The other cases: `concat_idents!`, `log_syntax!`, and `trace_macros!`, (these macros, with `asm!`, are handled (eagerly) in feature_gate.rs).
2015-02-15 22:49:55 +00:00
}
Reference in New Issue
Copy Permalink