Closed
Description
Meta
rustc 1.18.0-nightly (3b5754e5c 2017-04-10)
STR
pub fn example(ref s: str) {}
fn main() {}
Result
rustc 1.18.0-nightly (3b5754e5c 2017-04-10)
warning: unused variable: `s`
--> <anon>:1:16
|
1 | pub fn example(ref s: str) {}
| ^^^^^
|
= note: #[warn(unused_variables)] on by default
Segmentation fault (core dumped)
This is not an LLVM assertion, but rather a NULL
pointer passed to val_ty
.