Mark deduplicated errors as expected in gate test

This commit is contained in:
LeSeulArtichaut 2020-05-23 22:15:14 +02:00
parent 9671b44609
commit 3599ada976

View file

@ -1,4 +1,6 @@
#![deny(unsafe_op_in_unsafe_fn)]
//~^ ERROR the `unsafe_op_in_unsafe_fn` lint is unstable
//~| ERROR the `unsafe_op_in_unsafe_fn` lint is unstable
//~| ERROR the `unsafe_op_in_unsafe_fn` lint is unstable
fn main() {}