about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0523.rs
AgeCommit message (Collapse)AuthorLines
2025-02-03fix `crateresolve*.rs` tests and duplicates for compare modesRémy Rakic-1/+1
- duplicates of crateresolve1 are used in a couple error-codes tests - also fix the note in crateresolve1 to link to these other duplicates, now that E0523 has been merged into E0464
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-3/+3
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-6/+6
2023-02-06Add extended error message for E0523Matthew Kelly-0/+14
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.