Files
rust/tests/ui/unsized/unsized-function-argument-41229.rs
2025-07-24 17:01:44 -04:00

7 lines
134 B
Rust

pub fn example(ref s: str) {}
//~^ ERROR the size for values of type
fn main() {}
// https://github.com/rust-lang/rust/issues/41229