register new snapshots
This commit is contained in:
parent
9f1ead8fad
commit
6e2bfe4ae8
21 changed files with 12 additions and 384 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue