Skip to content

Commit 7b29485

Browse files
committed
moved renamed stderr | command-line-diagnostics.rs
1 parent 399b38c commit 7b29485

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/ui/command-line-diagnostics.rs renamed to tests/ui/diagnostic-width/command-line-error-format-human.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This test checks the output format without the intermediate json representation
1+
//! This test checks the output format without the intermediate json representation
2+
23
//@ compile-flags: --error-format=human
34

45
pub fn main() {

tests/ui/command-line-diagnostics.stderr renamed to tests/ui/diagnostic-width/command-line-error-format-human.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0384]: cannot assign twice to immutable variable `x`
2-
--> $DIR/command-line-diagnostics.rs:6:5
2+
--> $DIR/command-line-error-format-human.rs:7:5
33
|
44
LL | let x = 42;
55
| - first assignment to `x`

0 commit comments

Comments
 (0)