A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://doc.rust-lang.org/nightly/nightly-rustc/rustc_session/parse/struct.GatedSpans.html below:

GatedSpans in rustc_session::parse - Rust

pub struct GatedSpans {
    pub spans: Lock<FxHashMap<Symbol, Vec<Span>>>,
}
Expand description

Collected spans during parsing for places where a certain feature was used and should be feature gated accordingly in check_crate.

Source§ Source

Feature gate the given span under the given feature which is same Symbol used in unstable.rs.

Source

Ungate the last span under the given feature. Panics if the given span wasn’t the last one.

Using this is discouraged unless you have a really good reason to.

Source

Prepend the given set of spans onto the set in self.

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 40 bytes


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4