update cg_clif
This commit is contained in:
parent
a6cbd64dae
commit
7f45668af6
9 changed files with 45 additions and 46 deletions
|
@ -357,7 +357,7 @@ impl<'tcx, M: Module> HasTargetSpec for FunctionCx<'_, 'tcx, M> {
|
|||
}
|
||||
|
||||
impl<'tcx, M: Module> FunctionCx<'_, 'tcx, M> {
|
||||
pub(crate) fn monomorphize<T>(&self, value: &T) -> T
|
||||
pub(crate) fn monomorphize<T>(&self, value: T) -> T
|
||||
where
|
||||
T: TypeFoldable<'tcx> + Copy,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue