]> git.lizzy.rs Git - rust.git/commitdiff
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)
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`.

1  2 
src/librustc/error_codes.rs

Simple merge