This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
58e901b6fd1163172149fd422565523b17eed5f0
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
(
)
{
}
Reference in New Issue
Copy Permalink