Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
template_function_0.rs
blob: 7baaddd68b42371c35ee4a90c9c400b59c3a1db6 [
file
] [
log
] [
blame
]
// { dg-additional-options "-frust-unused-check-2.0" }
#![
feature
(
lang_items
)]
#[
lang
=
"sized"
]
pub
trait
Sized
{}
pub
fn
test
<
T
>
(
a
:
usize
)
->
()
{
// { dg-warning "unused variable .a." "" { target *-*-* } .-1 }
}