DEBSOURCES
Skip Quicknav
sources / rustc / 1.86.0%2Bdfsg1-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() {}