register new snapshots

This commit is contained in:
Jorge Aparicio 2015-01-07 16:29:48 -05:00
parent 9f1ead8fad
commit 6e2bfe4ae8
21 changed files with 12 additions and 384 deletions

View file

@ -13,10 +13,8 @@ fn main() {
// (separate lines to ensure the spans are accurate)
// SNAP 340ac04 uncomment this after the next snapshot
// NOTE(stage0) just in case tidy doesn't check snap's in tests
// let &_ // ~ ERROR expected `&mut isize`, found `&_`
// = foo;
let &_ // ~ ERROR expected `&mut isize`, found `&_`
= foo;
let &mut _ = foo;
let bar = &1is;