- Notifications
You must be signed in to change notification settings - Fork 13.9k
Closed
Labels
regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Description
In the most recent nightly (I think #57760 was likely the cause), some input to a macro like this:
#[foo] extern "C" { pub fn foo3(x: i32, ...); } will actually pass the following as input to the macro:
extern "C" { pub fn foo3(x: i32, ..., ...); } which then fails to parse in libraries like syn!
dlrobertson
Metadata
Metadata
Assignees
Labels
regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.