DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb11u3 / tests / pretty / issue-25031.rs
12345678
// // Testing that type items with where clauses output correctly. //@ pp-exact fn main() { type Foo<T> where T: Copy = Box<T>; }