rustdoc-json: Add tests for unsafe/safe extern blocks (RFC 3484)#131517
rustdoc-json: Add tests for unsafe/safe extern blocks (RFC 3484)#131517bors merged 1 commit intorust-lang:masterfrom
Conversation
|
Nice, thanks! r=me once CI pass. |
|
@bors r=GuillaumeGomez rollup |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (0321e73): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (secondary -2.1%)This 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.
CyclesResults (primary 0.9%)This 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 780.411s -> 780.89s (0.06%) |
Closes #126786, turns out this all Just Works (TM)
Tracking issue: #123743
r? @GuillaumeGomez