Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f6b976f

Browse filesBrowse files
authored
Unrolled build for rust-lang#137168
Rollup merge of rust-lang#137168 - klensy:rc--, r=lcnr correct comment Rc was removed in rust-lang#113573, so r? `@lcnr`
2 parents ce36a96 + 6fa3ad1 commit f6b976f
Copy full SHA for f6b976f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎compiler/rustc_middle/src/ty/typeck_results.rs

Copy file name to clipboardExpand all lines: compiler/rustc_middle/src/ty/typeck_results.rs
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ pub struct TypeckResults<'tcx> {
147147
coercion_casts: ItemLocalSet,
148148

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

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.