Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-3671.rs
blob: 8965a33c46eab99ec912cd09bd102ed519202eff [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
impl
Foo
<
0
>
{}
// { dg-error "could not resolve type path" "" { target *-*-* } .-1 }