mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
72f75d18b1
Delay ambiguity span bug in normalize query iff not rustdoc Oli and I decided that the compiler debt of adding another usage of `tcx.sess.opts.actually_rustdoc` is fine, because we don't really want to add more complexity to the normalize query, and moving rustdoc to use fulfill normalization (`fully_normalize`, i.e. not use the normalize query) is unnecessary overhead given that it's skipping binders and stuff. r? oli-obk Fixes #102827 Fixes #103181 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |