This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-23 15:23:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cfb819fa7e
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 15:02:37 +00:00
// check-pass
Add test for an unmotivated "cannot determine resolution" error
2020-11-22 11:20:16 +00:00
use
std
as
line
;
resolve: Do not put macros into `module.unexpanded_invocations` unless necessary
2020-11-21 15:02:37 +00:00
const
C
:
u32
=
line!
(
)
;
Add test for an unmotivated "cannot determine resolution" error
2020-11-22 11:20:16 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink