1
Fork 0

Show number in error message even for one error

Co-authored-by: Adrian <adrian.iosdev@gmail.com>
This commit is contained in:
Nilstrieb 2023-11-21 15:44:16 +00:00
parent 4fd68eb47b
commit 41e8d152dc
5025 changed files with 5026 additions and 5026 deletions

View file

@ -7,6 +7,6 @@ LL | let _b = A { y: Arc::new(3), ..a };
| cannot move out of here
| move occurs because `a.x` has type `Arc<isize>`, which does not implement the `Copy` trait
error: aborting due to previous error
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0509`.