Move [debug_]assert_matches to mod {core, std}::assert.
This commit is contained in:
parent
c5e344f774
commit
e3044432c7
9 changed files with 36 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
fn main() {
|
||||
assert(true);
|
||||
//~^ ERROR expected function, found macro `assert`
|
||||
assert_eq(1, 1);
|
||||
//~^ ERROR expected function, found macro `assert_eq`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue