This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b602cf527f
rust
/
tests
/
ui
/
macros
/
auxiliary
/
issue-40469.rs
2 lines
45 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` path.
2017-03-16 15:39:41 -05:00
macro_rules
!
m
{
(
)
=
>
{
$crate
::
main
(
)
;
}
}
Reference in New Issue
Copy Permalink