]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #69361 - Centril:free-ty-alias, r=petrochenkov
authorDylan DPC <dylan.dpc@gmail.com>
Sun, 23 Feb 2020 08:57:43 +0000 (09:57 +0100)
committerGitHub <noreply@github.com>
Sun, 23 Feb 2020 08:57:43 +0000 (09:57 +0100)
commitae50725dc3e272a46726f548aaff801a4f456563
tree9e831818289723cfa6bdedc9f19243f3dba41434
parentcec00033a78d46df814728bcd831e71355a0efb0
parent9f3dfd29a21f1bdc26720703f79d3fabdc7471de
Rollup merge of #69361 - Centril:free-ty-alias, r=petrochenkov

parse: allow `type Foo: Ord` syntactically

This addresses:
> (Work still remains to fuse this with free type aliases, but this can be done later.)

in https://github.com/rust-lang/rust/pull/69194.

r? @petrochenkov