]> git.lizzy.rs Git - rust.git/commit
Add long description and test for E0311
authorMatthew Kelly <matthew.kelly2@gmail.com>
Fri, 19 Aug 2022 10:27:31 +0000 (06:27 -0400)
committerMatthew Kelly <matthew.kelly2@gmail.com>
Fri, 19 Aug 2022 10:46:37 +0000 (06:46 -0400)
commitfa91980d2d686d3f426a2cae1d0e8fd6825d2d94
tree721f3338bfe28410f3378bfc56f5a6f41b838913
parent6c943bad02626dddc5e5135b23c77429b6e4a063
Add long description and test for E0311

Adds a long description and unit test for the E0311 compiler error.
compiler/rustc_error_codes/src/error_codes.rs
compiler/rustc_error_codes/src/error_codes/E0311.md [new file with mode: 0644]
src/test/ui/error-codes/E0311.rs [new file with mode: 0644]
src/test/ui/error-codes/E0311.stderr [new file with mode: 0644]