Add unsized_fn_params feature
This commit is contained in:
parent
2a71e45411
commit
708fc3b1a2
46 changed files with 165 additions and 86 deletions
|
@ -165,7 +165,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
|
|||
|
||||
let tcx = this.hir.tcx();
|
||||
|
||||
if tcx.features().unsized_locals {
|
||||
if tcx.features().unsized_fn_params {
|
||||
let ty = expr.ty;
|
||||
let span = expr.span;
|
||||
let param_env = this.hir.param_env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue