aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/reference_to_reference.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/reference_to_reference.stderr')
-rw-r--r--tests/ui/reference_to_reference.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/reference_to_reference.stderr b/tests/ui/reference_to_reference.stderr
index d4069c18..765e4427 100644
--- a/tests/ui/reference_to_reference.stderr
+++ b/tests/ui/reference_to_reference.stderr
@@ -1,11 +1,11 @@
error: C++ does not allow references to references
- --> $DIR/reference_to_reference.rs:5:23
+ --> tests/ui/reference_to_reference.rs:5:23
|
5 | fn repro_c(t: &&ThingC);
| ^^^^^^^^
error: C++ does not allow references to references
- --> $DIR/reference_to_reference.rs:9:23
+ --> tests/ui/reference_to_reference.rs:9:23
|
9 | fn repro_r(t: &&ThingR);
| ^^^^^^^^