rust/tests/ui/transmutability
Matthias Krüger e7be3562b7
Rollup merge of #126620 - oli-obk:taint_errors, r=fee1-dead
Actually taint InferCtxt when a fulfillment error is emitted

And avoid checking the global error counter

fixes #122044
fixes #123255
fixes #123276
fixes #125799
2024-06-20 07:52:43 +02:00
..
abstraction safe transmute: revise safety analysis 2024-02-27 16:22:32 +00:00
alignment Safe Transmute: lowercase diagnostics 2024-03-15 17:55:49 +00:00
arrays Compute transmutability from rustc_target::abi::Layout 2024-04-08 15:36:52 +00:00
enums safe transmute: support non-ZST, variantful, uninhabited enums 2024-06-14 21:11:08 +00:00
malformed-program-gracefulness Compute transmutability from rustc_target::abi::Layout 2024-04-08 15:36:52 +00:00
primitives Fix test problems discovered by the revision check 2024-05-09 14:47:09 +10:00
references Harmonize use of leaf and root obligation in trait error reporting 2024-06-12 20:57:23 -04:00
safety safe transmute: revise safety analysis 2024-02-27 16:22:32 +00:00
structs Compute transmutability from rustc_target::abi::Layout 2024-04-08 15:36:52 +00:00
unions Compute transmutability from rustc_target::abi::Layout 2024-04-08 15:36:52 +00:00
issue-101739-1.rs safe transmute: revise safety analysis 2024-02-27 16:22:32 +00:00
issue-101739-1.stderr Const generic parameters aren't bounds, even if we end up erroring because of the bound that binds the parameter's type 2024-06-19 14:58:29 +00:00
issue-101739-2.rs Mark all extraneous generic args as errors 2024-06-03 13:21:17 +00:00
issue-101739-2.stderr Mark all extraneous generic args as errors 2024-06-03 13:21:17 +00:00
issue-110467.rs safe transmute: revise safety analysis 2024-02-27 16:22:32 +00:00
issue-110892.rs safe transmute: revise safety analysis 2024-02-27 16:22:32 +00:00
issue-110892.stderr safe transmute: revise safety analysis 2024-02-27 16:22:32 +00:00
maybeuninit.rs Compute transmutability from rustc_target::abi::Layout 2024-04-08 15:36:52 +00:00
maybeuninit.stderr Compute transmutability from rustc_target::abi::Layout 2024-04-08 15:36:52 +00:00
region-infer.rs safe transmute: revise safety analysis 2024-02-27 16:22:32 +00:00
region-infer.stderr Safe Transmute: lowercase diagnostics 2024-03-15 17:55:49 +00:00
transmute-padding-ice.rs Compute transmutability from rustc_target::abi::Layout 2024-04-08 15:36:52 +00:00
uninhabited.rs safe transmute: support non-ZST, variantful, uninhabited enums 2024-06-14 21:11:08 +00:00
uninhabited.stderr safe transmute: support non-ZST, variantful, uninhabited enums 2024-06-14 21:11:08 +00:00