Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
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
()
{}