Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix erroneous code path within
show_sym
(JuliaLang#38830)
fix erroneous code path within `show_sym` currently, `show_sym` can recur into `show(::IO, String)`, but it's a bit "erroneous" since `is_syntactic_operator(::String)` is not defined.
- Loading branch information