This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
53647845b9
rust
/
tests
/
ui
/
const-generics
/
unused-const-param.rs
6 lines
61 B
Rust
Raw
Normal View
History
Unescape
Escape
Update test stderr with results of enabling unused lints
2019-09-01 17:30:19 -04:00
// check-pass
Add a test for unused const parameters
2019-04-18 00:30:27 +01:00
struct
A
<
const
N
:
usize
>
;
// ok
fn
main
(
)
{
}
Copy permalink