We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1ee7f commit e100d26Copy full SHA for e100d26
src/libsyntax/ext/mtwt.rs
@@ -160,7 +160,7 @@ fn with_resolve_table_mut<T>(op: |&mut ResolveTable| -> T) -> T {
160
}
161
162
// Resolve a syntax object to a name, per MTWT.
163
-// adding memorization to possibly resolve 500+ seconds in resolve for librustc (!)
+// adding memoization to possibly resolve 500+ seconds in resolve for librustc (!)
164
fn resolve_internal(id: Ident,
165
table: &SCTable,
166
resolve_table: &mut ResolveTable) -> Name {
0 commit comments