Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
This commit is contained in:
parent
4fd68eb47b
commit
41e8d152dc
5025 changed files with 5026 additions and 5026 deletions
|
@ -7,6 +7,6 @@ LL | async fn foo_recursive(&self, n: usize) -> T {
|
|||
= note: a recursive `async fn` must be rewritten to return a boxed `dyn Future`
|
||||
= note: consider using the `async_recursion` crate: https://crates.io/crates/async_recursion
|
||||
|
||||
error: aborting due to previous error
|
||||
error: aborting due to 1 previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0733`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue