This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
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 18:02:37 +03:00
// check-pass
Add test for an unmotivated "cannot determine resolution" error
2020-11-22 14:20:16 +03:00
use
std
as
line
;
resolve: Do not put macros into `module.unexpanded_invocations` unless necessary
2020-11-21 18:02:37 +03:00
const
C
:
u32
=
line!
(
)
;
Add test for an unmotivated "cannot determine resolution" error
2020-11-22 14:20:16 +03:00
fn
main
(
)
{
}
Copy permalink