Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#44223 - eddyb:symbol-from-str, r=jseyfried
Implement From<&str> for Symbol. This lets us have `fn foo<S: Into<Symbol>>` bounds and accept both `&str` and existing `Symbol`s. r? @jseyfried
- Loading branch information