summaryrefslogtreecommitdiff
path: root/tests/ui/resolve/issue-50599.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/issue-50599.stderr')
-rw-r--r--tests/ui/resolve/issue-50599.stderr6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ui/resolve/issue-50599.stderr b/tests/ui/resolve/issue-50599.stderr
index d7419b64fac..d58b6ca5b5c 100644
--- a/tests/ui/resolve/issue-50599.stderr
+++ b/tests/ui/resolve/issue-50599.stderr
@@ -16,12 +16,6 @@ LL - const M: usize = (f64::from(N) * std::f64::LOG10_2) as usize;
LL + const M: usize = (f64::from(N) * LOG10_2) as usize;
|
-note: erroneous constant used
- --> $DIR/issue-50599.rs:4:29
- |
-LL | let mut digits = [0u32; M];
- | ^
-
error: aborting due to previous error
For more information about this error, try `rustc --explain E0425`.