Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
unsized
/
unsized-function-argument-41229.rs
blob: 9210431dc2f7407c7cd26af25f2f4d889676fd1a [
file
] [
log
] [
blame
]
pub
fn
example
(
ref
s
:
str
)
{}
//~^ ERROR the size for values of type
fn
main
()
{}
// https://github.com/rust-lang/rust/issues/41229