rustc_target: adjust_for_cabi
-> adjust_for_foreign_abi
.
This commit is contained in:
parent
feca7d0a03
commit
4d36faf9ef
2 changed files with 2 additions and 2 deletions
|
@ -3098,7 +3098,7 @@ where
|
|||
return;
|
||||
}
|
||||
|
||||
if let Err(msg) = self.adjust_for_cabi(cx, abi) {
|
||||
if let Err(msg) = self.adjust_for_foreign_abi(cx, abi) {
|
||||
cx.tcx().sess.fatal(&msg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue