-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add explanatory message for [#must_use] in ops #103761
Conversation
r? @m-ou-se (rustbot has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? rust-lang/library |
Team or group rust-lang team names can be found at https://github.com/rust-lang/team/tree/master/teams. |
r? rust-lang/libs |
@chenyukang can you change this to be a bit more in-line with the unused message for operators?
|
7bfa880
to
985db3f
Compare
Updated, thanks! |
95ac25d
to
6e84f7d
Compare
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
Looks fine to me, any follow-ups can be iterated on in another PR I think. @bors r+ |
…use, r=compiler-errors Add explanatory message for [#must_use] in ops Fixes rust-lang#103320
⌛ Testing commit 6e84f7d with merge b0ad27afaac9feafd139ce80cdddee23d7c251a4... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
6e84f7d
to
cb55d10
Compare
@bors r+ |
⌛ Testing commit cb55d10 with merge 43cffee12404cb6ea088bd1e9cd2ba72f5bbb4a3... |
💔 Test failed - checks-actions |
@bors retry |
Seems CI is not stable, building get an error: [2627/3025] Linking CXX static library lib\libLLVMWebAssemblyDisassembler.a
FAILED: lib/libLLVMWebAssemblyDisassembler.a
cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E rm -f lib\libLLVMWebAssemblyDisassembler.a && D:\a\rust\rust\mingw64\bin\ar.exe qc lib\libLLVMWebAssemblyDisassembler.a lib/Target/WebAssembly/Disassembler/CMakeFiles/LLVMWebAssemblyDisassembler.dir/WebAssemblyDisassembler.cpp.obj && D:\a\rust\rust\mingw64\bin\ranlib.exe lib\libLLVMWebAssemblyDisassembler.a && cd ."
D:\a\rust\rust\mingw64\bin\ranlib.exe: could not create temporary file whilst writing archive: no more archived files
[2628/3025] Linking CXX static library lib\libLLVMSelectionDAG.a
[2629/3025] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.obj
[2630/3025] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/helpers.c.obj
[2631/3025] Linking CXX executable bin\llvm-bcanalyzer.exe
[2632/3025] Linking CXX executable bin\llvm-profdata.exe
[2633/3025] Linking CXX executable bin\llvm-as.exe
[2634/3025] Linking CXX static library lib\libLLVMPasses.a
ninja: build stopped: subcommand failed.
thread 'main' panicked at '
command did not execute successfully, got: exit code: 1
build script failed, must exit now', C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cmake-0.1.48\src\lib.rs:975:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
finished in 229.322 seconds |
☀️ Test successful - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Finished benchmarking commit (044a28a): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
Fixes #103320