This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
a65404aba4
rust
/
tests
/
ui
/
resolve
/
macro-determinacy-non-module.rs
8 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ check-pass
resolve: Do not put macros into `module.unexpanded_invocations` unless necessary
2020-11-21 18:02:37 +03:00
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