rust/compiler/rustc_expand
Aaron Hill f6a35d7df2
Extend proc_macro_back_compat lint to js-sys
With this PR, we now lint for all cases where we perform some kind of
proc-macro back-compat hack.

The `js-sys` had an internal fix made to properly handle
`None`-delimited groups, so we need to manually check the version in the
filename. As a result, we no longer apply the back-compat hack to cases
where the version number is missing file the file path. This should not
affect any users of the `crates.io` crate.
2021-03-19 14:40:20 -04:00
..
src Extend proc_macro_back_compat lint to js-sys 2021-03-19 14:40:20 -04:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00