parent
4be0675589
commit
fbf93d4931
1 changed files with 0 additions and 9 deletions
|
@ -1284,15 +1284,6 @@ pub enum Movability {
|
|||
Movable,
|
||||
}
|
||||
|
||||
/// Whether an `await` comes from `await!` or `.await` syntax.
|
||||
/// FIXME: this should be removed when support for legacy `await!` is removed.
|
||||
/// https://github.com/rust-lang/rust/issues/60610
|
||||
#[derive(Clone, PartialEq, RustcEncodable, RustcDecodable, Debug, Copy)]
|
||||
pub enum AwaitOrigin {
|
||||
FieldLike,
|
||||
MacroLike,
|
||||
}
|
||||
|
||||
pub type Mac = Spanned<Mac_>;
|
||||
|
||||
/// Represents a macro invocation. The `Path` indicates which macro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue