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.
rustfmt likes to remove commented lines that are found in odd places. This appears to affect both stable and nightly rustfmt.
rustfmt
struct X<T> // where // T: Clone { inner: String, }
struct X<T> { inner: String, }