compiler: use rustc_abi in rustc_ast_*
This commit is contained in:
parent
eddfe8f503
commit
221416deea
6 changed files with 19 additions and 16 deletions
|
@ -3225,7 +3225,7 @@ pub enum Extern {
|
|||
///
|
||||
/// E.g. `extern fn foo() {}`.
|
||||
///
|
||||
/// This is just `extern "C"` (see `rustc_target::spec::abi::Abi::FALLBACK`).
|
||||
/// This is just `extern "C"` (see `rustc_abi::ExternAbi::FALLBACK`).
|
||||
Implicit(Span),
|
||||
/// An explicit extern keyword was used with an explicit ABI.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue