]> git.lizzy.rs Git - rust.git/commit
Parse and suggest moving where clauses after equals for type aliases
authorJack Huey <31162821+jackh726@users.noreply.github.com>
Mon, 20 Dec 2021 14:10:10 +0000 (09:10 -0500)
committerJack Huey <31162821+jackh726@users.noreply.github.com>
Tue, 28 Dec 2021 19:20:15 +0000 (14:20 -0500)
commit4391a11537ce38c919058c292e91f059d658da94
tree16ad57b23d485d6ceacc2d48816f72f4db08a0ed
parente95e084a14870a718c712936ab5a8f8cd0159485
Parse and suggest moving where clauses after equals for type aliases
compiler/rustc_ast_pretty/src/pprust/state.rs
compiler/rustc_parse/src/parser/item.rs
src/test/ui/parser/type-alias-where.rs [new file with mode: 0644]
src/test/ui/parser/type-alias-where.stderr [new file with mode: 0644]