rust/crates/ra_proc_macro_srv/src
bors[bot] 9210fcc076
Merge #4676
4676: proc_macro: fix current nightly/future stable ABI incompatibility r=matklad a=robojumper

With rust-lang/rust#72233, the proc_macro ABI has changed, leading to the `test_derive_serialize_proc_macro` test believing that `serde` wants to pass the struct name as a byte string literal instead of a string literal.

Fixes #4866.

Co-authored-by: robojumper <robojumper@gmail.com>
2020-07-16 14:29:57 +00:00
..
proc_macro proc_macro: fix current nightly/future stable ABI incompatibility 2020-05-31 21:22:08 +02:00
tests Colorize more test fixtures 2020-07-01 19:05:34 +03:00
cli.rs Cacheproc-macro dlls 2020-04-26 17:17:37 +08:00
dylib.rs Clippy perf warnings 2020-07-08 09:45:29 -04:00
lib.rs Simpify code 2020-04-26 17:58:56 +08:00
rustc_server.rs proc_macro: fix current nightly/future stable ABI incompatibility 2020-05-31 21:22:08 +02:00