diff options
Diffstat (limited to 'src/test/run-pass/trait-object-generics.rs')
| -rw-r--r-- | src/test/run-pass/trait-object-generics.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/run-pass/trait-object-generics.rs b/src/test/run-pass/trait-object-generics.rs index ebde7e787e4..e2422a1dcf5 100644 --- a/src/test/run-pass/trait-object-generics.rs +++ b/src/test/run-pass/trait-object-generics.rs @@ -17,7 +17,8 @@ pub trait Trait2<A> { pub struct Impl<A1, A2, A3> { /* * With A2 we get the ICE: - * task <unnamed> failed at 'index out of bounds: the len is 1 but the index is 1', /home/tortue/rust_compiler_newest/src/librustc/middle/subst.rs:58 + * task <unnamed> failed at 'index out of bounds: the len is 1 but the index is 1', + * src/librustc/middle/subst.rs:58 */ t: ~Trait2<A2> } |
