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
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-30 13:12:37 +09: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 16:58:28 +03:00
inline!
(
)
;
//~ ERROR cannot find macro `inline!` in this scope
Add tests for a new feature 'tool_attributes'
2018-01-30 13:12:37 +09:00
}
Reference in New Issue
Copy Permalink