Skip to content

Commit 333c9bf

Browse files
committed
Remove all feature gates: compile on stable.
Also adds a 'nightly' feature to recover lost functionality.
1 parent 2b6532e commit 333c9bf

File tree

23 files changed

+38
-384
lines changed

23 files changed

+38
-384
lines changed

codegen/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ proc-macro = true
1313
quote = "1.0"
1414
proc-macro2 = { version = "1.0" }
1515
syn = { version = "1.0", features = ["full", "extra-traits", "visit-mut"] }
16-
17-
[build-dependencies]
18-
version_check = "0.9.1"
16+
proc-macro2-diagnostics = { git = "https://github.com/SergioBenitez/proc-macro2-diagnostics.git", rev = "ef95d94" }

codegen/build.rs

-9
This file was deleted.

codegen/src/diagnostics.rs

-327
This file was deleted.

0 commit comments

Comments
 (0)