Add do yeet expressions to allow experimentation in nightly by scottmcm · Pull Request #96376 · rust-lang/rust (original) (raw)

No real regressions here.

Errors:

[INFO] [stdout] error[E0583]: file not found for module `bitrust_pb`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/bitrust-a3e48e3b381fb594/out/proto_mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod bitrust_pb;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `bitrust_pb`, create file "/opt/rustwide/target/debug/build/bitrust-a3e48e3b381fb594/out/proto_mod/bitrust_pb.rs" or "/opt/rustwide/target/debug/build/bitrust-a3e48e3b381fb594/out/proto_mod/bitrust_pb/mod.rs"
[INFO] [stdout] error[E0583]: file not found for module `proto_mod`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/ledger-transport-zemu-9fbd9f2b9055f698/out/proto_mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod proto_mod;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `proto_mod`, create file "/opt/rustwide/target/debug/build/ledger-transport-zemu-9fbd9f2b9055f698/out/proto_mod/proto_mod.rs" or "/opt/rustwide/target/debug/build/ledger-transport-zemu-9fbd9f2b9055f698/out/proto_mod/proto_mod/mod.rs"
[INFO] [stderr]   thread 'main' panicked at 'failed to create required symlink: Os { code: 17, kind: AlreadyExists, message: "File exists" }', /opt/rustwide/cargo-home/git/checkouts/binaryninja-api-3c86176688a74ccb/661d7c9/rust/binaryninjacore-sys/build.rs:70:14
[INFO] [stderr]   thread 'main' panicked at 'failed to create required symlink: Os { code: 17, kind: AlreadyExists, message: "File exists" }', /opt/rustwide/cargo-home/git/checkouts/binaryninja-api-3c86176688a74ccb/998d8ba/rust/binaryninjacore-sys/build.rs:70:14
[INFO] [stdout] error: expected expression, found `<eof>`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/sailfish-compiler-d2f5ef8f8c6f2180/out/templates/style-1065dfe86ae1c352:0:1
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-statement macro in statement position: include
[INFO] [stdout]  --> src/style.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(TemplateOnce)]
[INFO] [stdout]   |          ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `TemplateOnce` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]   thread 'main' panicked at '失败:不能删除原来的 /opt/rustwide/target/assets 符号链接文件: Os { code: 20, kind: NotADirectory, message: "Not a directory" }', build.rs:72:14

But it looks like I have some conflicts to fix, so
@rustbot author