Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
7 lines
117 B
Rust
7 lines
117 B
Rust
//@ check-pass
|
|
#![allow(dead_code)]
|
|
|
|
fn broken(v: &[u8], i: usize, j: usize) -> &[u8] { &v[i..j] }
|
|
|
|
pub fn main() {}
|