pub enum SemanticIssue {
RuntimeBindingUnavailable {
name: String,
},
KnownNameNotMetaValue {
name: String,
kind: ResolvedName,
},
MetaTypeMismatch {
expected: String,
actual: String,
},
}Expand description
Pre-expansion semantic issue discovered before meta expansion.
Variants§
Runtime binding used directly in meta evaluation.
KnownNameNotMetaValue
Known non-meta symbol used as if it were a meta value.
Fields
§
kind: ResolvedNameResolved symbol category.
MetaTypeMismatch
Statically known meta-type mismatch.
Trait Implementations§
Source§impl Clone for SemanticIssue
impl Clone for SemanticIssue
Source§fn clone(&self) -> SemanticIssue
fn clone(&self) -> SemanticIssue
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SemanticIssue
impl Debug for SemanticIssue
Source§impl PartialEq for SemanticIssue
impl PartialEq for SemanticIssue
impl Eq for SemanticIssue
impl StructuralPartialEq for SemanticIssue
Auto Trait Implementations§
impl Freeze for SemanticIssue
impl RefUnwindSafe for SemanticIssue
impl Send for SemanticIssue
impl Sync for SemanticIssue
impl Unpin for SemanticIssue
impl UnwindSafe for SemanticIssue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more