From b0353b51e221cd2355f9ccd571467812e362fe41 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Tue, 19 Jul 2022 13:53:27 +0000 Subject: [PATCH] Rustup rebase --- tests/fail/tokio_mvp.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fail/tokio_mvp.stderr b/tests/fail/tokio_mvp.stderr index 97d044f11e..cff948f364 100644 --- a/tests/fail/tokio_mvp.stderr +++ b/tests/fail/tokio_mvp.stderr @@ -11,7 +11,7 @@ note: inside `main` at $DIR/tokio_mvp.rs:LL:CC | LL | #[tokio::main] | ^^^^^^^^^^^^^^ - = note: this error originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) + = note: this error originates in the macro `syscall` which comes from the expansion of the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info) note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace