Struct rustc_errors::registry::Registry
[−]
[src]
pub struct Registry { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (
rustc_private
)Methods
impl Registry
[src]
fn new(descriptions: &[(&'static str, &'static str)]) -> Registry
🔬 This is a nightly-only experimental API. (
rustc_private
)fn find_description(&self, code: &str) -> Option<&'static str>
🔬 This is a nightly-only experimental API. (
rustc_private
)Trait Implementations
impl Clone for Registry
[src]
fn clone(&self) -> Registry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more