fix: report a range for illegal stable patterns#5977
fix: report a range for illegal stable patterns#5977christoph-dfinity wants to merge 1 commit intomasterfrom
Conversation
ffce4fb to
a84490d
Compare
|
Wow this is cursed. The current warnings for "implicit transient" rely on the parser desugared I'll come back to this at some point. Making it a draft for now. |
Right, I was about to say we rely on no_region to tell it was default. I guess one could add a bool somewhere... |
This'll go away when we properly remove transient by default actors, right? I'd rather wait for/do that. |
35aca72 to
8b0e80f
Compare
Does so by annotating the default stability with the range of the full declaration in the parser.
8b0e80f to
a25b71e
Compare
Does so by annotating the default stability with the range of the full declaration in the parser.