-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Subtree update of rust-analyzer
#118817
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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