Fix miri tests
This commit is contained in:
parent
49a22a4245
commit
ad82d9f698
11 changed files with 1 additions and 12 deletions
|
@ -24,8 +24,7 @@ note: inside `main`
|
|||
LL | / thread::spawn(|| {
|
||||
LL | | unsafe {
|
||||
LL | | assert_eq!(WaitForSingleObject(MAIN_THREAD, INFINITE), WAIT_OBJECT_0);
|
||||
LL | | }
|
||||
LL | | })
|
||||
... |
|
||||
LL | | .join()
|
||||
| |___________^
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ LL | | let _unit: ();
|
|||
LL | | {
|
||||
LL | | let non_copy = S(42);
|
||||
... |
|
||||
LL | | }
|
||||
LL | | }
|
||||
| |_____^
|
||||
help: <TAG> is this argument
|
||||
|
|
|
@ -16,7 +16,6 @@ LL | | let _unit: ();
|
|||
LL | | {
|
||||
LL | | let non_copy = S(42);
|
||||
... |
|
||||
LL | | }
|
||||
LL | | }
|
||||
| |_____^
|
||||
help: the protected tag <TAG> was created here, in the initial state Reserved
|
||||
|
|
|
@ -14,7 +14,6 @@ LL | | let _unit: ();
|
|||
LL | | {
|
||||
LL | | let non_copy = S(42);
|
||||
... |
|
||||
LL | |
|
||||
LL | | }
|
||||
| |_____^
|
||||
help: <TAG> is this argument
|
||||
|
|
|
@ -16,7 +16,6 @@ LL | | let _unit: ();
|
|||
LL | | {
|
||||
LL | | let non_copy = S(42);
|
||||
... |
|
||||
LL | |
|
||||
LL | | }
|
||||
| |_____^
|
||||
help: the protected tag <TAG> was created here, in the initial state Reserved
|
||||
|
|
|
@ -14,7 +14,6 @@ LL | | {
|
|||
LL | | let x = 0;
|
||||
LL | | let ptr = &raw mut x;
|
||||
... |
|
||||
LL | | }
|
||||
LL | | }
|
||||
| |_____^
|
||||
help: <TAG> is this argument
|
||||
|
|
|
@ -16,7 +16,6 @@ LL | | {
|
|||
LL | | let x = 0;
|
||||
LL | | let ptr = &raw mut x;
|
||||
... |
|
||||
LL | | }
|
||||
LL | | }
|
||||
| |_____^
|
||||
help: the protected tag <TAG> was created here, in the initial state Reserved
|
||||
|
|
|
@ -14,7 +14,6 @@ LL | | {
|
|||
LL | | let _x = 0;
|
||||
LL | | let ptr = &raw mut _x;
|
||||
... |
|
||||
LL | | }
|
||||
LL | | }
|
||||
| |_____^
|
||||
help: <TAG> is this argument
|
||||
|
|
|
@ -16,7 +16,6 @@ LL | | {
|
|||
LL | | let _x = 0;
|
||||
LL | | let ptr = &raw mut _x;
|
||||
... |
|
||||
LL | | }
|
||||
LL | | }
|
||||
| |_____^
|
||||
help: the protected tag <TAG> was created here, in the initial state Reserved
|
||||
|
|
|
@ -14,7 +14,6 @@ LL | | {
|
|||
LL | | let _x = 0;
|
||||
LL | | let ptr = &raw mut _x;
|
||||
... |
|
||||
LL | | }
|
||||
LL | | }
|
||||
| |_____^
|
||||
help: <TAG> is this argument
|
||||
|
|
|
@ -16,7 +16,6 @@ LL | | {
|
|||
LL | | let _x = 0;
|
||||
LL | | let ptr = &raw mut _x;
|
||||
... |
|
||||
LL | | }
|
||||
LL | | }
|
||||
| |_____^
|
||||
help: the protected tag <TAG> was created here, in the initial state Reserved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue