| Age | Commit message (Collapse) | Author | Lines |
|
clean up E0393 explanation
r? @Dylan-DPC
|
|
|
|
clean up E0392 explanation
r? @Dylan-DPC
|
|
Cleanup E0391 explanation
r? @Dylan-DPC
|
|
Cleanup E0390 explanation
r? @Dylan-DPC
|
|
|
|
|
|
|
|
|
|
Clean E0382 and E0384 explanations
r? @Dylan-DPC
|
|
Add explanation for E0380
r? @Dylan-DPC
|
|
|
|
|
|
Add explanation for E0379
r? @Dylan-DPC
|
|
|
|
clean up E0378 explanation
r? @Dylan-DPC
|
|
r=davidtwco
doc(librustc_error_codes): add long error explanation for E0719
Reference issue #61137
- Updated error_codes.rs
- Added E0719.md in error_codes
- Updated necessary test .stderr files
|
|
|
|
`--explain` disambiguates no long description and invalid error codes
Closes #44710
First code contribution here, so feedback is very much appreciated!
cc @zackmdavis
cc @Mark-Simulacrum
|
|
Progresses #61137
|
|
Clean up E0376 explanation
r? @Dylan-DPC
|
|
Clean up E0375 explanation
r? @Dylan-DPC
|
|
Cleanup e0374
r? @Dylan-DPC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move generic arg/param validation to `create_substs_for_generic_args` to resolve various const generics issues
This changes some diagnostics, but I think they're around as helpful as the previous ones, and occur infrequently regardless.
Fixes https://github.com/rust-lang/rust/issues/68257.
Fixes https://github.com/rust-lang/rust/issues/68398.
r? @eddyb
|
|
Clean up E0373 explanation
r? @Dylan-DPC
|
|
|
|
Implement RFC 2532 – Associated Type Defaults
This is a partial implementation that is still missing the changes to object types, since I ran into some trouble while implementing that. I'm opening this part already to get feedback on the implementation and the unexpected test fallout (see my comments below). The remaining changes can be done in a later PR.
Blockers before this can land:
* [x] Resolve unsoundness around interaction with specialization (https://github.com/rust-lang/rust/pull/61812#discussion_r300504010) - #64564
cc https://github.com/rust-lang/rust/issues/29661
Fixes #53907
Fixes #54182
Fixes #62211
Fixes #41868
Fixes #63593
Fixes #47385
Fixes #43924
Fixes #32350
Fixes #26681
Fixes https://github.com/rust-lang/rust/issues/67187
|
|
Clean up e0370 e0371
r? @Dylan-DPC
|
|
|
|
|
|
Cleanup e0368 e0369
r? @Dylan-DPC
|
|
|
|
Clean up E0367 explanation
r? @Dylan-DPC
|
|
Updates links in various Compiler Error Index entries
Currently many of the links in the online https://doc.rust-lang.org/error-index.html are not clickable, and many of them don't resolve correctly as they point to older versions of rustbyexample and the reference.
|
|
Formatting fixes
Now that I can actually run `python x.py test src/tools/tidy` locally
... my god it takes a long time to compile when you're on a cellular
connection.
Removing unnecessary whitespaces
Updates src/test/ui/json-short.stderr golden test file
Fixes test failure by updating the golden file for changes
in src/librustc_error_codes/error_codes/E0601.md
Update src/librustc_error_codes/error_codes/E0080.md
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0080.md
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0080.md
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0154.md
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0154.md
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0661.md
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0662.md
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0663.md
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0664.md
Co-Authored-By: varkor <github@varkor.com>
Update src/test/ui/json-short.stderr
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0260.md
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0154.md
Co-Authored-By: varkor <github@varkor.com>
Update src/librustc_error_codes/error_codes/E0260.md
Co-Authored-By: varkor <github@varkor.com>
Apply suggestions from code review
Co-Authored-By: varkor <github@varkor.com>
Fixing 1 character over 80 cascade
|
|
|
|
Clean up E0323, E0324, E0325 and E0326 explanations
r? @Dylan-DPC
|
|
|
|
|
|
|
|
|
|
|
|
|