Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add try_reserve methods to all symbol tables #173

Open
lopopolo opened this issue Aug 8, 2022 · 0 comments
Open

Add try_reserve methods to all symbol tables #173

lopopolo opened this issue Aug 8, 2022 · 0 comments
Labels
A-interner Area: String interners, data structures, and types. C-enhancement Category: New feature or request. E-easy Call for participation: Experience needed to fix: Easy / not much. I-bytes Interner: Byte string SymbolTable. I-cstr Interner: C string SymbolTable. I-path Interner: Path string SymbolTable. I-platform Interner: OsStr (platform) string SymbolTable. I-str Interner: UTF-8 string SymbolTable.

Comments

@lopopolo
Copy link
Member

lopopolo commented Aug 8, 2022

HashMap::try_reserve was stabilized in Rust 1.57.0 (current MSRV is 1.58.0).

@lopopolo lopopolo added E-easy Call for participation: Experience needed to fix: Easy / not much. I-bytes Interner: Byte string SymbolTable. I-str Interner: UTF-8 string SymbolTable. C-enhancement Category: New feature or request. I-cstr Interner: C string SymbolTable. A-interner Area: String interners, data structures, and types. I-path Interner: Path string SymbolTable. I-platform Interner: OsStr (platform) string SymbolTable. labels Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-interner Area: String interners, data structures, and types. C-enhancement Category: New feature or request. E-easy Call for participation: Experience needed to fix: Easy / not much. I-bytes Interner: Byte string SymbolTable. I-cstr Interner: C string SymbolTable. I-path Interner: Path string SymbolTable. I-platform Interner: OsStr (platform) string SymbolTable. I-str Interner: UTF-8 string SymbolTable.
Development

No branches or pull requests

1 participant