You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no file named compiler/rustc_typeck/src/diagnostics.rs. I ran into this while trying to add a new error code: all diagnostics are now in compiler/rustc_error_codes/src/error_codes.rs, which has one very long register_diagnostics!, and nowhere else adds error codes. register_long_diagnostics! also seems to no longer exist, instead that file uses include_str!("./error_codes/E0XXX.md").
There is no file named
compiler/rustc_typeck/src/diagnostics.rs
. I ran into this while trying to add a new error code: all diagnostics are now incompiler/rustc_error_codes/src/error_codes.rs
, which has one very longregister_diagnostics!
, and nowhere else adds error codes.register_long_diagnostics!
also seems to no longer exist, instead that file usesinclude_str!("./error_codes/E0XXX.md")
.Originally posted by @jyn514 in #838 (comment)
The text was updated successfully, but these errors were encountered: