This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
fdc0011561
rust
/
src
/
test
/
ui
/
parser
/
macro-bad-delimiter-ident.rs
4 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax: allow stmt/expr macro invocations to be delimited by {}. This makes using control-flow-y macros like `spawn! { ... }` more fluent and natural. cc #11892.
2014-02-24 00:53:59 +11:00
fn
main
(
)
{
syntax: Unsupport `foo! bar { ... }` macros in the parser Unreserve `macro_rules` as a macro name
2019-07-01 01:08:49 +03:00
foo
!
bar
<
//~ ERROR expected open delimiter
syntax: allow stmt/expr macro invocations to be delimited by {}. This makes using control-flow-y macros like `spawn! { ... }` more fluent and natural. cc #11892.
2014-02-24 00:53:59 +11:00
}
Copy permalink