]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Rollup merge of #76401 - JulianKnodt:i68366, r=lcnr
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 8 Sep 2020 23:35:20 +0000 (01:35 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 23:35:20 +0000 (01:35 +0200)
commit1083833b3ed12319d345b3c63b6473ae27eba64c
tree65232997d60ce4fd62fc33de7dd7c4c5500d72d6
parentd45faff0bf5fb2634757e6b7326c7a7a1de3ab1b
parentee55c1f1d2c427fecedd68e28a7dc4e6c68738b5
Rollup merge of #76401 - JulianKnodt:i68366, r=lcnr

Add help note to unconstrained const parameter

Resolves #68366, since it is currently intended behaviour.
If demonstrating `T -> U` is injective, there should be an additional word that it is not **yet** supported.

r? @lcnr