This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
00d35eea26
rust
/
tests
/
ui
/
builtin-type-shadow.rs
12 lines
114 B
Rust
Raw
Normal View
History
Unescape
Escape
Reduce the hackiness of cargo-clippy
2017-09-18 12:47:33 +02:00
Make most tests an `example` so we can run them one by one
2017-05-17 14:19:44 +02:00
#![
warn(builtin_type_shadow)
]
Add a `builtin_type_shadow` lint
2016-08-28 01:52:01 +02:00
remove all //~ from tests
2017-02-08 14:58:07 +01:00
fn
foo
<
u32
>
(
a
:
u32
)
->
u32
{
42
Add a `builtin_type_shadow` lint
2016-08-28 01:52:01 +02:00
// ^ rustc's type error
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink