We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
where
// OK struct Bar<T> where T: Copy { inner: T, } // Is this the right syntax? struct Foo<T>(T) where T: Copy; //~ error: expected `;`, found `where` fn main() {}
rustc 0.12.0-dev (10fc25a39 2014-10-09 16:04:25 -0500)
(PR 17669 on top of b08ecf7)