Skip to content

Commit 61515da

Browse files
committed
---
yaml --- r: 5890 b: refs/heads/master c: 4ef2c37 h: refs/heads/master v: v3
1 parent 1c548d9 commit 61515da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ebc61e39d78cbea14daf835597223f2f728e4acd
2+
refs/heads/master: 4ef2c370592655603cee8ffe5a0f632adc20a597

trunk/src/comp/middle/typeck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ fn check_expr_with_unifier(fcx: @fn_ctxt, expr: @ast::expr, unify: unifier,
20872087
constrs = constrs_;
20882088
}
20892089
ty::ty_native_fn(_, arg_tys_, rt_) {
2090-
proto = ast::proto_shared(ast::sugar_normal);
2090+
proto = ast::proto_bare;
20912091
arg_tys = arg_tys_;
20922092
rt = rt_;
20932093
cf = ast::return_val;

0 commit comments

Comments
 (0)