commit | 3b1f7d28c11a0f88ab52504c4b8e1dc9e7789883 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon Jan 28 12:22:11 2019 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Mon Jan 28 13:34:27 2019 -0800 |
tree | f231d133b91cb7714906edadd670c9220cc68f03 | |
parent | ad8e2e5d9d866ff6023f68a7b8a8a6dbe53d90b8 [diff] [blame] |
Expose span locations on stable
diff --git a/tests/test.rs b/tests/test.rs index 6da1283..055ebfd 100644 --- a/tests/test.rs +++ b/tests/test.rs
@@ -137,7 +137,7 @@ fail("r#_"); } -#[cfg(procmacro2_semver_exempt)] +#[cfg(span_locations)] #[test] fn span_test() { use proc_macro2::TokenTree;