]> git.lizzy.rs Git - rust.git/commit
Add extended error message for E0523
authorMatthew Kelly <matthew.kelly2@gmail.com>
Sat, 4 Feb 2023 18:01:49 +0000 (13:01 -0500)
committerMatthew Kelly <matthew.kelly2@gmail.com>
Mon, 6 Feb 2023 11:58:30 +0000 (06:58 -0500)
commit2bcd4e256ac00db9185bfbe86286e7a8b35b865f
tree23617bc8e52efec0d1c11de3a342d5a1ba2b70f5
parent0c13c172507f01d921808107d2c4ec37b43b982d
Add extended error message for E0523

Adds the extended error documentation for E0523 to indicate that the
error is no longer produced by the compiler.

Update the E0464 documentation to include example code that produces the
error.

Remove the error message E0523 from the compiler and replace it with an
internal compiler error.
compiler/rustc_error_codes/src/error_codes.rs
compiler/rustc_error_codes/src/error_codes/E0464.md
compiler/rustc_error_codes/src/error_codes/E0523.md [new file with mode: 0644]
compiler/rustc_metadata/src/creader.rs
compiler/rustc_metadata/src/errors.rs
compiler/rustc_metadata/src/locator.rs
src/tools/tidy/src/error_codes.rs
tests/ui/error-codes/E0523.rs [new file with mode: 0644]
tests/ui/error-codes/E0523.stderr [new file with mode: 0644]