Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
const-generics
/
ice-const-generic-function-return-ty.rs
blob: 2bf628af8a772a03d2bb80018df765a62d15d5f7 [
file
] [
log
] [
blame
]
// #95163
fn
return_ty
()
->
impl
Into
<<()
as
Reexported
;
//~^ ERROR expected one of `(`, `::`, `<`, or `>`, found `;`
fn
main
()
{}