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
42a19dde82
rust
/
src
/
test
/
ui
/
macros
/
macro-path-prelude-fail-3.rs
4 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for a new feature 'tool_attributes'
2018-01-29 22:12:37 -06:00
fn
main
(
)
{
Do not consider built-in attributes as candidates when resolving non-attribute macro invocations This is needed to avoid regressions on stable channel
2018-08-11 08:58:28 -05:00
inline!
(
)
;
//~ ERROR cannot find macro `inline!` in this scope
Add tests for a new feature 'tool_attributes'
2018-01-29 22:12:37 -06:00
}
Reference in New Issue
Copy Permalink