mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
5bd28b85bd
It has no effect. `symbol_name` is the only query that produces a `SymbolName`. If it was marked with `cycle_delayed_bug`/`cycle_stash` then this `FromCycleError` impl would make sense, but that's not the case. Maybe it was the case in the past.
For more information about how the query system works, see the rustc dev guide.