Skip to content

Commit b840717

Browse files
authored
Rollup merge of rust-lang#138661 - RalfJung:revert-rustc-dev-breakage, r=petrochenkov
Revert: Add *_value methods to proc_macro lib This reverts rust-lang#136355. That PR caused unexpected breakage: - the rustc-dev component can no longer be loaded by cargo, which impacts Miri and clippy and likely others - rustc_lexer can no longer be published to crates.io, which impacts RA See rust-lang#138647 for context. Cc `@GuillaumeGomez` `@Amanieu`
2 parents fb25fee + 459ac1d commit b840717

File tree

8 files changed

+0
-863
lines changed

8 files changed

+0
-863
lines changed

Diff for: Cargo.lock

-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ members = [
88
]
99

1010
exclude = [
11-
"literal-escaper",
1211
# stdarch has its own Cargo workspace
1312
"stdarch",
1413
"windows_targets"

Diff for: literal-escaper/Cargo.toml

-10
This file was deleted.

Diff for: literal-escaper/README.md

-4
This file was deleted.

0 commit comments

Comments
 (0)