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
a54baad4fa
rust
/
tests
/
run-pass
/
regressions.rs
10 lines
104 B
Rust
Raw
Normal View
History
Unescape
Escape
Reduce the hackiness of cargo-clippy
2017-09-18 05:47:33 -05:00
Move all our tests back to ui tests
2017-08-01 10:54:21 -05:00
#![
allow(blacklisted_name)
]
Fix various wrong uses of NestedVisitorMap::All
2017-05-12 05:02:42 -05:00
pub
fn
foo
(
bar
:
*
const
u8
)
{
println!
(
"
{:#p}
"
,
bar
)
;
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink