Subtree update of rust-analyzer#118817
Conversation
…bug`. Because the corresponding `Level` is `DelayedBug` and `span_delayed_bug` follows the pattern used everywhere else: `span_err`, `span_warning`, etc.
To match with the previous commits.
Subtree update of `rust-analyzer` r? `@ghost`
This comment has been minimized.
This comment has been minimized.
|
💔 Test failed - checks-actions |
|
Need rust/src/bootstrap/src/core/build_steps/tool.rs Lines 688 to 699 in 21cce21 Update:
This seems to be not needed actually. I was wrong. So, we need (Some(Mode::ToolRustc), "rust_analyzer", None),
(Some(Mode::ToolStd), "rust_analyzer", None),in |
04bc530 to
0cc7233
Compare
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
0cc7233 to
ce8d5fb
Compare
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (5b8bc56): 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)ResultsThis 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 672.818s -> 673.595s (0.12%) |
r? @ghost