Revert "Revert "Revert "Disable the span feature temporarily"""

This reverts commit b3cb44eb53.
This commit is contained in:
Alex Crichton 2018-05-24 07:16:36 -07:00
parent 151acf8eb3
commit 7009c506c1
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Backend code generation of the wasm-bindgen tool
"""
[features]
spans = []
spans = ["proc-macro2/nightly"]
[dependencies]
quote = '0.6'

View File

@ -14,7 +14,7 @@ Definition of the `#[wasm_bindgen]` attribute, an internal dependency
proc-macro = true
[features]
spans = ["wasm-bindgen-backend/spans"]
spans = ["proc-macro2/nightly", "wasm-bindgen-backend/spans"]
[dependencies]
syn = { version = '0.14', features = ['full'] }