Ralf Jung
|
9ac8b363e3
|
don't point at const usage site for resolution-time errors
also share the code that emits the actual error
|
2023-09-14 22:34:05 +02:00 |
|
Michael Goulet
|
37076c9b4e
|
Don't attempt to compute layout of type referencing error
|
2023-07-27 18:24:08 +00:00 |
|
Deadbeef
|
4f83717cf7
|
Use translatable diagnostics in rustc_const_eval
|
2023-06-01 14:45:18 +00:00 |
|
Nilstrieb
|
c3efa51947
|
Remove LangItems::require
It's just a short wrapper used by `tcx.require_lang_item`. Deleting it
gives us a negative diff.
|
2023-05-16 19:53:38 +02:00 |
|
bohan
|
d8a4e7cf51
|
fix(middle): emit error rather than delay bug when reaching limit
|
2023-04-03 11:08:14 +08:00 |
|
mejrs
|
fe212eca76
|
Match crate and slug names
|
2022-11-21 15:24:50 +01:00 |
|
Michael Goulet
|
953727f574
|
better error for rustc_strict_coherence misuse
|
2022-10-30 19:11:55 +00:00 |
|
Nilstrieb
|
c65ebae221
|
Migrate all diagnostics
|
2022-10-23 10:09:44 +02:00 |
|
pierwill
|
b9c0467e0c
|
Add diagnostic struct for const eval error in rustc_middle
Co-authored-by: Michael Goulet <michael@errs.io>
|
2022-10-03 12:29:49 -05:00 |
|
Jhonny Bill Mena
|
5f91719f75
|
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Also renames:
- sym::AddSubdiagnostic to sym:: Subdiagnostic
- rustc_diagnostic_item = "AddSubdiagnostic" to rustc_diagnostic_item = "Subdiagnostic"
|
2022-09-21 11:39:53 -04:00 |
|
Jhonny Bill Mena
|
a3396b2070
|
UPDATE - rename DiagnosticHandler macro to Diagnostic
|
2022-09-21 11:39:53 -04:00 |
|
Jhonny Bill Mena
|
19b348fed4
|
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
|
2022-09-21 11:39:52 -04:00 |
|
111
|
a42c0d79da
|
fix comment
|
2022-09-05 23:18:18 +08:00 |
|
111
|
b37e645d80
|
Migrate limit error
|
2022-09-01 23:35:38 +08:00 |
|
111
|
00cd965046
|
Migrate OpaqueHiddenType mismatch
|
2022-09-01 23:35:38 +08:00 |
|
111
|
3e834a7a62
|
Migrate DropCheckOverflow
|
2022-09-01 23:35:38 +08:00 |
|