rust/compiler/rustc_middle/src
Matthias Krüger 8fd1df8c5f
Rollup merge of #127808 - oli-obk:tainting_visitors2, r=lcnr,nnethercote
Make ErrorGuaranteed discoverable outside types, consts, and lifetimes

types like `PatKind` could contain `ErrorGuaranteed`, but not return them via `tainted_by_errors` or `error_reported` (see https://github.com/rust-lang/rust/pull/127687#discussion_r1679027883). Now this happens, but it's a bit fragile as you can see with the `TypeSuperVisitable for Ty` impl.

We will catch any problems around Ty, Region or Const at runtime with an assert, and everything using derives will not have such issues, as it will just invoke the `TypeVisitable for ErrorGuaranteed` impl
2024-07-16 18:09:12 +02:00
..
dep_graph local_def_path_hash_to_def_id can fail 2024-06-19 07:45:47 -04:00
hir Cache hir_owner_nodes in ParentHirIterator. 2024-07-06 11:56:37 +00:00
hooks Remove #[macro_use] extern crate tracing from rustc_middle. 2024-05-23 18:02:40 +10:00
infer Simplify IntVarValue/FloatVarValue 2024-06-01 10:31:32 -04:00
middle Rollup merge of #124290 - klensy:dep-format, r=jieyouxu 2024-07-05 11:33:14 +02:00
mir Auto merge of #127638 - adwinwhite:cache_string, r=oli-obk 2024-07-16 02:41:07 +00:00
query find_field does not need to be a query. 2024-07-14 13:25:25 +00:00
thir Track mutability of deref patterns 2024-04-20 15:59:54 +02:00
traits enable fuzzing of SearchGraph 2024-07-12 06:30:19 -04:00
ty Rollup merge of #127808 - oli-obk:tainting_visitors2, r=lcnr,nnethercote 2024-07-16 18:09:12 +02:00
util Instance::resolve -> Instance::try_resolve, and other nits 2024-07-02 17:28:03 -04:00
arena.rs Uplift PredefinedOpaquesData 2024-06-18 10:40:30 -04:00
error.rs Re-implement a type-size based limit 2024-07-02 15:48:48 -04:00
lib.rs Rollup merge of #125505 - aDotInTheVoid:middle-idl, r=pnkfelix 2024-06-05 18:21:09 +02:00
lint.rs Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote 2024-05-27 08:44:12 +00:00
macros.rs Use a dedicated type instead of a reference for the diagnostic context 2024-06-18 15:42:11 +00:00
metadata.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
tests.rs Give an item related to issue 27438 a more meaningful name 2024-04-30 22:27:19 +02:00
thir.rs Replace f16 and f128 pattern matching stubs with real implementations 2024-06-23 04:28:42 -05:00
values.rs Use Variance glob import everywhere 2024-06-12 16:25:45 -04:00