Sign in
fuchsia
/
third_party
/
rust
/
bc06bb193da786e11f42f10574024c46b0428663
/
.
/
compiler
/
rustc_codegen_ssa
/
src
/
traits
/
abi.rs
blob: 49c51caa996e47f2dbdab0fe96e11447c5fd7030 [
file
] [
log
] [
blame
]
use
super
::
BackendTypes
;
pub
trait
AbiBuilderMethods
:
BackendTypes
{
fn
get_param
(&
mut
self
,
index
:
usize
)
->
Self
::
Value
;
}