undo helpful attempt to spell-check
Yes, that word is spelled \'memoization\'
This commit is contained in:
parent
ee1ee7f463
commit
e100d26d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ fn with_resolve_table_mut<T>(op: |&mut ResolveTable| -> T) -> T {
|
|||
}
|
||||
|
||||
// Resolve a syntax object to a name, per MTWT.
|
||||
// adding memorization to possibly resolve 500+ seconds in resolve for librustc (!)
|
||||
// adding memoization to possibly resolve 500+ seconds in resolve for librustc (!)
|
||||
fn resolve_internal(id: Ident,
|
||||
table: &SCTable,
|
||||
resolve_table: &mut ResolveTable) -> Name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue