Ralf Jung
20d04d8a40
Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_methods, r=Amanieu"
...
This reverts commit 08dfbf49e3 , reversing
changes made to 10bcdad7df .
2025-03-18 13:28:56 +01:00
Jacob Pratt
08dfbf49e3
Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_methods, r=Amanieu
...
Add `*_value` methods to proc_macro lib
This is the implementation of https://github.com/rust-lang/libs-team/issues/459 .
It allows to get the actual value (unescaped) of the different string literals.
Part of https://github.com/rust-lang/rust/issues/136652 .
r? libs-api
2025-03-17 05:47:48 -04:00
Eric Huss
0b2489c226
Migrate proc_macro to Rust 2024
2025-03-11 09:46:34 -07:00
Guillaume Gomez
b993f9c835
Add _value methods to proc_macro lib
2025-02-10 10:38:22 +01:00
Vadim Petrochenkov
f5ca02c334
proc_macro: Add a workaround for rustdoc
2022-04-19 22:49:27 +03:00
Deadbeef
06a1c14d52
Switch all libraries to the 2021 edition
2021-12-23 19:03:47 +08:00
Jade
3cf820e17d
rfc3052: Remove authors field from Cargo manifests
...
Since RFC 3052 soft deprecated the authors field anyway, hiding it from
crates.io, docs.rs, and making Cargo not add it by default, and it is
not generally up to date/useful information, we should remove it from
crates in this repo.
2021-07-29 14:56:05 -07:00
mark
2c31b45ae8
mv std libs to library/
2020-07-27 19:51:13 -05:00