]> git.lizzy.rs Git - rust.git/commit
Auto merge of #65938 - eddyb:fn-abi-rename, r=oli-obk
authorbors <bors@rust-lang.org>
Tue, 5 Nov 2019 05:47:31 +0000 (05:47 +0000)
committerbors <bors@rust-lang.org>
Tue, 5 Nov 2019 05:47:31 +0000 (05:47 +0000)
commit2e4da3caadc61fab2cfcffebcbfdd72fbcee62b7
treec5a043dd98368807b1243e4ad73e34ac7789e61e
parentd2185f6752d3e9db6a0330f1a43c27a370783ac8
parent8b06209c2883906427978305b854faa90e61a5c0
Auto merge of #65938 - eddyb:fn-abi-rename, r=oli-obk

rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi.

I was trying to tweak the API of `FnType` (now `FnAbi`) and the name kept bothering me.

`FnAbi` is to a function signature a bit like a layout is to a type, so the name still isn't perfect yet, but at least it doesn't have the misleading `Type` in it anymore.

If this can't land I think I can continue my original refactor without it, so I'm not strongly attached to it.

r? @nagisa cc @oli-obk
src/librustc_codegen_llvm/intrinsic.rs