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-27 17:24:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
97ea48ce32
rust
/
tests
/
ui
/
issues
/
issue-57198-pass.rs
10 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-pass
Do not complain about missing crate named as a keyword
2018-12-30 00:35:57 +00:00
mod
m
{
pub
fn
r
#
for
(
)
{
}
}
fn
main
(
)
{
m
::
r#for
(
)
;
}
Reference in New Issue
Copy Permalink