mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Rollup merge of #137168 - klensy:rc--, r=lcnr
correct comment Rc was removed in #113573, so r? `@lcnr`
This commit is contained in:
commit
7808784f01
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user