1error: C++ does not allow references to references
2 --> $DIR/reference_to_reference.rs:5:23
3  |
45 |         fn repro_c(t: &&ThingC);
5  |                       ^^^^^^^^
6
7error: C++ does not allow references to references
8 --> $DIR/reference_to_reference.rs:9:23
9  |
109 |         fn repro_r(t: &&ThingR);
11  |                       ^^^^^^^^
12