Skip to content

Commit c9da823

Browse files
committed
---
yaml --- r: 7004 b: refs/heads/master c: b162f33 h: refs/heads/master v: v3
1 parent a4659d4 commit c9da823

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: cdd806d3248a702fb4d75f5134f0a7dff86710b6
2+
refs/heads/master: b162f33396576e091b766226dad74dd785703ab1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// error-pattern:binary operation + cannot be applied to type `*i`
1+
// error-pattern:binary operation + cannot be applied to type `*int`
22

33
fn die() -> *int { (0 as *int) + (0 as *int) }
44
fn main() { }

trunk/src/test/compile-fail/native-type-mismatch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// error-pattern:expected `*Mb` but found `native`
1+
// error-pattern:expected `*u8` but found `native`
22
use std;
33

44
fn main() unsafe {

0 commit comments

Comments
 (0)