DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / issues / issue-22874.rs
12345678910
struct Table { rows: [[String]], //~^ ERROR the size for values of type } fn f(table: &Table) -> &[String] { &table.rows[0] } fn main() {}