summaryrefslogtreecommitdiffstats
path: root/tests/ui/diagnostic-flags/terminal_urls.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/diagnostic-flags/terminal_urls.stderr')
-rw-r--r--tests/ui/diagnostic-flags/terminal_urls.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ui/diagnostic-flags/terminal_urls.stderr b/tests/ui/diagnostic-flags/terminal_urls.stderr
new file mode 100644
index 000000000..7f7e69c5d
--- /dev/null
+++ b/tests/ui/diagnostic-flags/terminal_urls.stderr
@@ -0,0 +1,11 @@
+error[]8;;https://doc.rust-lang.org/error_codes/E0308.htmlE0308]8;;]: mismatched types
+ --> $DIR/terminal_urls.rs:3:9
+ |
+LL | let () = 4;
+ | ^^ - this expression has type `{integer}`
+ | |
+ | expected integer, found `()`
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0308`.