mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-19 23:40:48 +00:00
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
6 lines
105 B
Rust
6 lines
105 B
Rust
//@ check-pass
|
|
#![allow(dead_code)]
|
|
|
|
static DATA:&'static [&'static str] = &["my string"];
|
|
fn main() { }
|