summaryrefslogtreecommitdiffstats
path: root/src/test/ui/const-generics/ice-const-generic-function-return-ty.rs
blob: 2bf628af8a772a03d2bb80018df765a62d15d5f7 (plain)
1
2
3
4
5
// #95163
fn return_ty() -> impl Into<<() as Reexported;
//~^ ERROR expected one of `(`, `::`, `<`, or `>`, found `;`

fn main() {}