mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
stray comma
This commit is contained in:
parent
b24a672613
commit
11e141eba3
@ -186,7 +186,7 @@ pub fn resolve_and_get_fn<'a, 'tcx>(ccx: &CrateContext<'a, 'tcx>,
|
||||
ccx.tcx(),
|
||||
ty::ParamEnv::empty(traits::Reveal::All),
|
||||
def_id,
|
||||
substs,
|
||||
substs
|
||||
).unwrap()
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user