We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
where
Relation #4244 GAT: rust-lang/rust#44265
Describe the bug
trait Bar { type X<'a> where Self: 'a; }
↓format
trait Bar { type X<'a>; }
Similar phenomenon occurs in impl Trait
Expected behavior Code is not removed.
Meta
The text was updated successfully, but these errors were encountered:
dupe of #4315, verified in #4317
Sorry, something went wrong.
@ayazhafiz Thanks, close this issue
test: add test for #4322
ae5696a
No branches or pull requests
Relation #4244
GAT: rust-lang/rust#44265
Describe the bug
↓format
Similar phenomenon occurs in impl Trait
Expected behavior
Code is not removed.
Meta
rustfmt 1.4.18-nightly (c1e9b7b 2020-06-13)
rustup
editor save on format(vscode rls)
The text was updated successfully, but these errors were encountered: