aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/extern_type_bound.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/extern_type_bound.stderr')
-rw-r--r--tests/ui/extern_type_bound.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/extern_type_bound.stderr b/tests/ui/extern_type_bound.stderr
index ca07ef7f..1d6796bc 100644
--- a/tests/ui/extern_type_bound.stderr
+++ b/tests/ui/extern_type_bound.stderr
@@ -1,11 +1,11 @@
error: extern type bounds are not implemented yet
- --> $DIR/extern_type_bound.rs:4:22
+ --> tests/ui/extern_type_bound.rs:4:22
|
4 | type Opaque: PartialEq + PartialOrd;
| ^^^^^^^^^^^^^^^^^^^^^^
error: unsupported trait
- --> $DIR/extern_type_bound.rs:11:22
+ --> tests/ui/extern_type_bound.rs:11:22
|
11 | type Opaque: for<'de> Deserialize<'de>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^