]> git.lizzy.rs Git - rust.git/blob - tests/ui/conf_french_blacklisted_name.stderr
Merge pull request #1852 from Manishearth/notrans
[rust.git] / tests / ui / conf_french_blacklisted_name.stderr
1 warning: use of a blacklisted/placeholder name `toto`
2  --> $DIR/conf_french_blacklisted_name.rs:9:9
3   |
4 9 | fn test(toto: ()) {}
5   |         ^^^^
6   |
7   = note: #[warn(blacklisted_name)] on by default
8
9 warning: use of a blacklisted/placeholder name `toto`
10   --> $DIR/conf_french_blacklisted_name.rs:12:9
11    |
12 12 |     let toto = 42;
13    |         ^^^^
14
15 warning: use of a blacklisted/placeholder name `tata`
16   --> $DIR/conf_french_blacklisted_name.rs:13:9
17    |
18 13 |     let tata = 42;
19    |         ^^^^
20
21 warning: use of a blacklisted/placeholder name `titi`
22   --> $DIR/conf_french_blacklisted_name.rs:14:9
23    |
24 14 |     let titi = 42;
25    |         ^^^^
26
27 warning: use of a blacklisted/placeholder name `toto`
28   --> $DIR/conf_french_blacklisted_name.rs:20:10
29    |
30 20 |         (toto, Some(tata), titi @ Some(_)) => (),
31    |          ^^^^
32
33 warning: use of a blacklisted/placeholder name `tata`
34   --> $DIR/conf_french_blacklisted_name.rs:20:21
35    |
36 20 |         (toto, Some(tata), titi @ Some(_)) => (),
37    |                     ^^^^
38
39 warning: use of a blacklisted/placeholder name `titi`
40   --> $DIR/conf_french_blacklisted_name.rs:20:28
41    |
42 20 |         (toto, Some(tata), titi @ Some(_)) => (),
43    |                            ^^^^
44