Skip to content

Commit c93d73c

Browse files
committed
---
yaml --- r: 6134 b: refs/heads/master c: 5945667 h: refs/heads/master v: v3
1 parent 8079548 commit c93d73c

File tree

4 files changed

+2
-44
lines changed

4 files changed

+2
-44
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: 4ce6472c029191b168828ee3aa65a3ae63ac1823
2+
refs/heads/master: 5945667b99bd5576161974daa56f845dd05b0753

trunk/src/test/compile-fail/implicit-copy-1.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

trunk/src/test/compile-fail/implicit-copy-2.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

trunk/src/test/run-fail/bug-811.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// error-pattern:quux
2-
fn test00_start(ch: chan_t<int>, message: int) { send(ch, message); }
2+
fn test00_start(ch: chan_t<int>, message: int) { send(ch, copy message); }
33

44
type task_id = int;
55
type port_id = int;

0 commit comments

Comments
 (0)