]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/allow-non-lint-warnings-cmdline/foo.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / run-make-fulldeps / allow-non-lint-warnings-cmdline / foo.rs
1 #[derive()]
2 #[derive(Copy, Clone)]
3 pub struct Foo;
4
5 pub fn main() { }