You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0161]: cannot move a value of type std::ops::FnOnce() + std::marker::Send: the size of std::ops::FnOnce() + std::marker::Send cannot be statically determined
--> src/main.rs:9:5
|
9 | f();
| ^
On beta and nighlty I see
error[E0161]: cannot move a value of type bitflags::<unnamed>::ops::FnOnce() + bitflags::<unnamed>::marker::Send: the size of bitflags::<unnamed>::ops::FnOnce() + bitflags::<unnamed>::marker::Send cannot be statically determined
--> src/main.rs:9:5
|
9 | f();
| ^
This bug repeated on my local machine on both stable and nightly:
rustc 1.22.1 (05e2e1c 2017-11-22)
binary: rustc
commit-hash: 05e2e1c
commit-date: 2017-11-22
host: x86_64-pc-windows-gnu
release: 1.22.1
LLVM version: 4.0
When I run this code on playground
I see expected result only on stable
On beta and nighlty I see
This bug repeated on my local machine on both stable and nightly:
rustc 1.22.1 (05e2e1c 2017-11-22)
binary: rustc
commit-hash: 05e2e1c
commit-date: 2017-11-22
host: x86_64-pc-windows-gnu
release: 1.22.1
LLVM version: 4.0
rustc 1.24.0-nightly (0a2e9ad 2017-11-29)
binary: rustc
commit-hash: 0a2e9ad
commit-date: 2017-11-29
host: x86_64-pc-windows-gnu
release: 1.24.0-nightly
LLVM version: 4.0
The text was updated successfully, but these errors were encountered: