Skip to content

Change syntax of auto traits #238

Closed
@dtolnay

Description

@dtolnay

The syntax has changed from:

trait Send {}
impl Send for .. {}

to:

auto trait Send {}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions