Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC
Rollup of 5 pull requests Successful merges: - #95294 (Document Linux kernel handoff in std::io::copy and std::fs::copy) - #95443 (Clarify how `src/tools/x` searches for python) - #95452 (fix since field version for termination stabilization) - #95460 (Spellchecking compiler code) - #95461 (Spellchecking some comments) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This commit is contained in:
commit
05142a7e44
57 changed files with 107 additions and 87 deletions
|
@ -623,7 +623,7 @@ pub enum NodeIdHashingMode {
|
|||
/// result, it needs to include `HashingControls` as part
|
||||
/// of the key, to ensure that is does not produce an incorrect
|
||||
/// result (for example, using a `Fingerprint` produced while
|
||||
/// hashing `Span`s when a `Fingeprint` without `Span`s is
|
||||
/// hashing `Span`s when a `Fingerprint` without `Span`s is
|
||||
/// being requested)
|
||||
#[derive(Clone, Hash, Eq, PartialEq, Debug)]
|
||||
pub struct HashingControls {
|
||||
|
|
|
@ -96,7 +96,7 @@ fn mubs_best_choice2() {
|
|||
//
|
||||
// mubs(0,3) = [2]
|
||||
|
||||
// Like the precedecing test, but in this case intersection is [2,
|
||||
// Like the preceding test, but in this case intersection is [2,
|
||||
// 1], and hence we rely on the first pare down call.
|
||||
|
||||
let mut relation = TransitiveRelation::default();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue