Skip to content

error: macros that expand to items must either be surrounded with braces or followed by a semicolon #3

@Boscop

Description

@Boscop

Why am I getting this error?

delegate_method! {
	impl PausablePlayer {
		player:
		pub fn jump_to(&mut self, dst_time: TickTime);
		pub fn rewind(&mut self);
	}
}

error: macros that expand to items must either be surrounded with braces or followed by a semicolon
error: this error originates in a macro outside of the current crate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions