rust/compiler/rustc_privacy/src
Tomasz Miąsko b01976aa26 Precompute ancestors when checking privacy
Precompute ancestors of the old error node set so that check for private
types and traits in public interfaces can in constant time determine if
the current item has any descendants in the old error set.

No functional changes intended.
2021-01-30 00:00:00 +00:00
..
lib.rs Precompute ancestors when checking privacy 2021-01-30 00:00:00 +00:00