diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-10-20 07:58:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-20 07:58:55 +0200 |
| commit | 62bb0c6fdd593d963a7b036ece4b28d3ee8fbb49 (patch) | |
| tree | 666e8c36a3349c5e34211fb748dfe0272485ed51 /library/std/src/sys/unix/process/process_unix.rs | |
| parent | ebdde35dced40adb46f8aad054fb2adb86b39427 (diff) | |
| parent | d89fb1dee5bf47ae9bd9051b296da379e01f1755 (diff) | |
| download | rust-62bb0c6fdd593d963a7b036ece4b28d3ee8fbb49.tar.gz rust-62bb0c6fdd593d963a7b036ece4b28d3ee8fbb49.zip | |
Rollup merge of #103197 - est31:stabilize_proc_macro_source_text, r=petrochenkov
Stabilize proc_macro::Span::source_text
Splits `proc_macro::Span::source_text` into a new feature gate and stabilizes it. The [FCP is complete](https://github.com/rust-lang/rust/issues/101991#issuecomment-1279393265).
```Rust
impl Span {
pub fn source_text(&self) -> Option<String>;
}
```
Closes #101991
Diffstat (limited to 'library/std/src/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions
