Files
rust/tests/crashes/139089.rs
T
Matthias Krüger c1f2ad2d16 crashes: more tests
2025-05-01 17:04:37 +02:00

3 lines
65 B
Rust
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//@ known-bug: #139089
pub fn foo3(x: Vec<u8>) { x.push(0); }