]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #65200 - xfix:patch-20, r=GuillaumeGomez
authorTyler Mandry <tmandry@gmail.com>
Fri, 11 Oct 2019 22:09:47 +0000 (15:09 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2019 22:09:47 +0000 (15:09 -0700)
commit6687edcbef063cb2a6ff414cfa3754139905b79e
tree4a3a954f145e41f4c6ee93d468682c08ab91799a
parent728adc446ce55571ac100dac5e8184b692218b8b
parent3f9d834fb3c32b67a5f368c8265a9ca6d83de7c3
Rollup merge of #65200 - xfix:patch-20, r=GuillaumeGomez

Add ?Sized bound to a supertrait listing in E0038 error documentation

This example failed to compile because of implicit `Sized` bound for `A` parameter that wasn't required by `Trait`.
src/librustc/error_codes.rs