Skip to content

Commit c3eebba

Browse files
committed
---
yaml --- r: 7140 b: refs/heads/master c: 6b20e8c h: refs/heads/master v: v3
1 parent c2bcd14 commit c3eebba

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: 9e2b2732214d080bff6e19f64d84e9df3b704320
2+
refs/heads/master: 6b20e8c88b356cd83ad265e47ed1575e1b40ab45

trunk/src/test/compile-fail/nested-ty-params.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// error-pattern:Attempt to use a type argument out of scope
1+
// error-pattern:attempt to use a type argument out of scope
22
fn hd<U>(v: [U]) -> U {
33
fn hd1(w: [U]) -> U { ret w[0]; }
44

trunk/src/test/compile-fail/type-arg-out-of-scope.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// error-pattern:Attempt to use a type argument out of scope
1+
// error-pattern:attempt to use a type argument out of scope
22
fn foo<T>(x: T) {
33
fn bar(f: fn(T) -> T) { }
44
}

0 commit comments

Comments
 (0)