rust/tests/ui/rfcs/rfc-2632-const-trait-impl/effects
Raekye 884af362f2 Validate ~const trait bounds on associated fns.
Previously, any associated function could have `~const` trait bounds on
generic parameters, which could lead to ICEs when these bounds were used
on associated functions of non-`#[const_trait] trait` or
non-`impl const` blocks.

Includes changes as per @fee1-dead's comments in #116210.
2023-09-30 19:00:45 -04:00
..
const-bound-on-not-const-associated-fn.rs Validate ~const trait bounds on associated fns. 2023-09-30 19:00:45 -04:00
const-bound-on-not-const-associated-fn.stderr Validate ~const trait bounds on associated fns. 2023-09-30 19:00:45 -04:00
fallback.rs
helloworld.rs
infer-fallback.rs