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
a733082be9
Branches
Tags
No results found.
rust
/
tests
/
ui
/
resolve
/
macro-determinacy-non-module.rs
8 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
resolve: Do not put macros into `module.unexpanded_invocations` unless necessary
2020-11-21 09:02:37 -06:00
// check-pass
Add test for an unmotivated "cannot determine resolution" error
2020-11-22 05:20:16 -06:00
use
std
as
line
;
resolve: Do not put macros into `module.unexpanded_invocations` unless necessary
2020-11-21 09:02:37 -06:00
const
C
:
u32
=
line!
(
)
;
Add test for an unmotivated "cannot determine resolution" error
2020-11-22 05:20:16 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink