]> git.proxmox.com Git - rustc.git/blob - src/tools/clippy/tests/ui/deprecated.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / deprecated.rs
1
2
3
4 #[warn(str_to_string)]
5
6 #[warn(string_to_string)]
7
8 #[warn(unstable_as_slice)]
9
10 #[warn(unstable_as_mut_slice)]
11
12 fn main() {}