Sign in
rust
/
rust
/
d7a18fc052d1db50057d6fff023ca4bd8ec7617e
/
.
/
tests
/
ui
/
const-generics
/
unknown_adt.rs
blob: 8cdd28a8c60928033323e4625425c1e485ab97b0 [
file
] [
log
] [
blame
]
fn
main
()
{
let
_
:
UnknownStruct
<
7
>;
//~^ ERROR cannot find type `UnknownStruct`
}