rust/tests/ui/rfcs/rfc-2632-const-trait-impl/effects
bors a04d56b36d Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-dead
Deny more `~const` trait bounds

thereby fixing a family of ICEs (delayed bugs) for `feature(const_trait_impl, effects)` code.

As discussed
r? `@fee1-dead`
2023-11-12 04:40:44 +00:00
..
auxiliary Deny providing explicit effect params 2023-10-26 08:24:25 +00:00
const_closure-const_trait_impl-ice-113381.rs add test for #113381 2023-11-02 15:59:54 +01:00
const_closure-const_trait_impl-ice-113381.stderr add test for #113381 2023-11-02 15:59:54 +01:00
fallback.rs
helloworld.rs
ice-113375-index-out-of-bounds-generics.rs add test for #113375 2023-11-02 16:16:56 +01:00
infer-fallback.rs Enable effects for libcore 2023-09-20 03:02:14 +00:00
minicore.rs Duplicate ~const bounds with a non-const one in effects desugaring 2023-10-15 08:59:38 +00:00
minicore.stderr Duplicate ~const bounds with a non-const one in effects desugaring 2023-10-15 08:59:38 +00:00
no-explicit-const-params-cross-crate.rs Deny providing explicit effect params 2023-10-26 08:24:25 +00:00
no-explicit-const-params-cross-crate.stderr Deny providing explicit effect params 2023-10-26 08:24:25 +00:00
no-explicit-const-params.rs Deny providing explicit effect params 2023-10-26 08:24:25 +00:00
no-explicit-const-params.stderr Deny providing explicit effect params 2023-10-26 08:24:25 +00:00
project.rs Duplicate ~const bounds with a non-const one in effects desugaring 2023-10-15 08:59:38 +00:00