Files
rust/src/libsyntax_ext
Tyler Mandry c8e3c51782 Rollup merge of #65310 - da-x:issue-56195, r=petrochenkov
deriving: avoid dummy Span on an artificial `type_ident` path

The dummy Span pointed to the beginning of the source file instead to where the `#[derive]` is located. Later, it tripped the `in_derive_expansion(span)` check at `src/librustc/middle/stability.rs`, causing a span-less deprecation warning to be emitted.

Fixes #56195, Fixes #55417.
2019-10-11 15:10:00 -07:00
..
2019-09-26 18:21:09 +01:00
2019-09-15 09:15:38 +01:00
2019-09-23 15:25:00 +09:00
2019-09-15 09:15:38 +01:00
2019-09-26 18:21:10 +01:00
2019-09-26 18:21:09 +01:00
2019-09-26 18:21:48 +01:00
2019-10-08 18:04:18 -04:00
2019-09-26 18:21:48 +01:00