DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / issues / issue-27078.rs
123456789
trait Foo { const BAR: i32; fn foo(self) -> &'static i32 { //~^ ERROR the size for values of type &<Self>::BAR } } fn main() {}