• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: C++ does not allow references to references
2 --> tests/ui/reference_to_reference.rs:5:23
3  |
45 |         fn repro_c(t: &&ThingC);
5  |                       ^^^^^^^^
6
7error: C++ does not allow references to references
8 --> tests/ui/reference_to_reference.rs:9:23
9  |
109 |         fn repro_r(t: &&ThingR);
11  |                       ^^^^^^^^
12