markers -> marker
This commit is contained in:
parent
91ba66fa99
commit
9f07d055f7
154 changed files with 332 additions and 332 deletions
|
@ -26,7 +26,7 @@ impl<T> Foo<T> for Bar<T> {
|
|||
|
||||
fn fails_copy(self) {
|
||||
require_copy(self.x);
|
||||
//~^ ERROR the trait `core::markers::Copy` is not implemented for the type `T`
|
||||
//~^ ERROR the trait `core::marker::Copy` is not implemented for the type `T`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue