Skip to content

Commit dedb801

Browse files
committed
Review fixes (fixup)
1 parent a9ed9a4 commit dedb801

11 files changed

+3
-48
lines changed

tests/ui/borrowck/borrow-checker-lifetime-error-464711.rs renamed to tests/ui/borrowck/borrow-checker-lifetime-error-46471.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://github.com/rust-lang/rust/issues/464711
1+
// https://github.com/rust-lang/rust/issues/46471
22
fn main() {
33
let y = {
44
let mut z = 0;

tests/ui/macros/macro-expansion-bypasses-derive-stability-32655.rs

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/ui/macros/macro-expansion-bypasses-derive-stability-32655.stderr

Lines changed: 0 additions & 25 deletions
This file was deleted.

tests/ui/pattern/unit-pattern-matching-in-function-argument-7519.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// https://github.com/rust-lang/rust/issues/7519
21
//@ run-pass
32

43
/*
54
#7519 ICE pattern matching unit in function argument
5+
https://github.com/rust-lang/rust/issues/7519
66
*/
77

88
fn foo(():()) { }

tests/ui/trait-bounds/parenthesized-type-parameters-error-329952.rs renamed to tests/ui/typeck/parenthesized-type-parameters-error-32995.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://github.com/rust-lang/rust/issues/329952
1+
// https://github.com/rust-lang/rust/issues/32995
22
fn main() {
33
{ fn f<X: ::std::marker()::Send>() {} }
44
//~^ ERROR parenthesized type parameters may only be used with a `Fn` trait

0 commit comments

Comments
 (0)