Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/third_party/rust/darling_core/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 141 B image not shown  

Quelle  macros_private.rs   Sprache: unbekannt

 
macro_rules! path {
    ($($path:tt)+) => {
        ::syn::parse_quote!($($path)+)
        //stringify!($($path)+).parse().unwrap()
    };
}

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]