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
2025-05-01 04:27:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
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 21:30:19 +00:00
// check-pass
Add a test for unused const parameters
2019-04-17 23:30:27 +00:00
struct
A
<
const
N
:
usize
>
;
// ok
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink