about summary refs log tree commit diff
path: root/tests/ui/issues/issue-14091.stderr
diff options
context:
space:
mode:
authorKivooeo <Kivooeo123@gmail.com>2025-07-24 17:52:22 +0500
committerKivooeo <Kivooeo123@gmail.com>2025-08-05 19:34:46 +0500
commitb6e13e35911d1aabc7164fc069b09c4e8c91981e (patch)
tree797f3fa0537bc51d9f72efea729bed6157a27596 /tests/ui/issues/issue-14091.stderr
parent62c92f30cf02fc56b8a774c77097f1111dc2f4ea (diff)
downloadrust-b6e13e35911d1aabc7164fc069b09c4e8c91981e.tar.gz
rust-b6e13e35911d1aabc7164fc069b09c4e8c91981e.zip
comments
Diffstat (limited to 'tests/ui/issues/issue-14091.stderr')
-rw-r--r--tests/ui/issues/issue-14091.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/ui/issues/issue-14091.stderr b/tests/ui/issues/issue-14091.stderr
deleted file mode 100644
index 83879583b1f..00000000000
--- a/tests/ui/issues/issue-14091.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-error[E0308]: mismatched types
-  --> $DIR/issue-14091.rs:2:5
-   |
-LL |     assert!(1,1);
-   |     ^^^^^^^^^^^^ expected `bool`, found integer
-
-error: aborting due to 1 previous error
-
-For more information about this error, try `rustc --explain E0308`.