rust/library/proc_macro/src
León Orell Valerian Liehr f862f6d292
Rollup merge of #124389 - CensoredUsername:master, r=petrochenkov
Add a warning to proc_macro::Delimiter::None that rustc currently does not respect it.

It does not provide the behaviour it is indicated to provide when used in a proc_macro context.

This seems to be a bug, (https://github.com/rust-lang/rust/issues/67062), but it is a long standing one, and hard to discover.

This pull request adds a warning to inform users of this issue, with a link to the relevant issue, and a version number of the last known affected rustc version.
2024-05-23 20:09:08 +02:00
..
bridge Call the panic hook for non-unwind panics in proc-macros 2024-04-11 17:46:12 -04:00
diagnostic.rs proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
lib.rs Rollup merge of #124389 - CensoredUsername:master, r=petrochenkov 2024-05-23 20:09:08 +02:00
quote.rs Remove unused macro rules 2022-04-18 23:28:06 +02:00