This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
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 23:49:55 +01:00
fn
main
(
)
{
Make sure feature gate errors are recoverable
2018-12-21 01:47:03 +03: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 23:49:55 +01:00
}
Reference in New Issue
Copy Permalink