]> git.proxmox.com Git - rustc.git/blame - src/test/ui/anon-params/anon-params-edition-hygiene.rs
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / ui / anon-params / anon-params-edition-hygiene.rs
CommitLineData
ba9703b0
XL
1// check-pass
2// edition:2018
3// aux-build:anon-params-edition-hygiene.rs
4
cdc7bbd5
XL
5// This warning is still surfaced
6#![allow(anonymous_parameters)]
7
ba9703b0
XL
8#[macro_use]
9extern crate anon_params_edition_hygiene;
10
11generate_trait_2015!(u8);
12
13fn main() {}