DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / 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>; }