Skip to content

Commit 039590f

Browse files
committed
---
yaml --- r: 3029 b: refs/heads/master c: 451fc17 h: refs/heads/master i: 3027: dc85705 v: v3
1 parent 99f719d commit 039590f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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: 52c4c9014f62ddf799b316cca59dd0f4070b9c06
2+
refs/heads/master: 451fc176d390b8ee0c22c5d39a210979835c4f40

trunk/src/comp/middle/ty.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@ fn mk_raw_ty(&ctxt cx, &sty st, &option::t[str] cname) -> raw_t {
330330
derive_flags_mt(cx, has_params, has_vars, m);
331331
}
332332

333+
case (ty_ptr(?m)) {
334+
derive_flags_mt(cx, has_params, has_vars, m);
335+
}
336+
333337
case (ty_port(?tt)) {
334338
derive_flags_t(cx, has_params, has_vars, tt);
335339
}

0 commit comments

Comments
 (0)