]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-41229-ref-str.rs
Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc
[rust.git] / src / test / ui / issues / issue-41229-ref-str.rs
1 pub fn example(ref s: str) {}
2 //~^ ERROR the size for values of type
3
4 fn main() {}