Skip to content

Commit

Permalink
Unrolled build for rust-lang#137168
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#137168 - klensy:rc--, r=lcnr

correct comment

Rc was removed in rust-lang#113573, so
r? `@lcnr`
  • Loading branch information
rust-timer authored Feb 18, 2025
2 parents ce36a96 + 6fa3ad1 commit f6b976f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compiler/rustc_middle/src/ty/typeck_results.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ pub struct TypeckResults<'tcx> {
coercion_casts: ItemLocalSet,

/// Set of trait imports actually used in the method resolution.
/// This is used for warning unused imports. During type
/// checking, this `Arc` should not be cloned: it must have a ref-count
/// of 1 so that we can insert things into the set mutably.
/// This is used for warning unused imports.
pub used_trait_imports: UnordSet<LocalDefId>,

/// If any errors occurred while type-checking this body,
Expand Down

0 comments on commit f6b976f

Please sign in to comment.