rust/src/libsyntax/ext
kennytm 35bf7f844c Rollup merge of #47481 - estebank:unused-args, r=arielb1
Point at unused arguments for format string

Avoid overlapping spans by only pointing at the arguments that are not
being used in the argument string. Enable libsyntax to have diagnostics
with multiple primary spans by accepting `Into<MultiSpan>` instead of
`Span`.

Partially addresses #41850.
2018-01-18 01:57:25 +08:00
..
tt Cleanup 2017-12-28 11:52:50 -05:00
base.rs Point at unused arguments for format string 2018-01-15 21:38:12 -08:00
build.rs Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
derive.rs limit packed copy-out to non-generic Copy structs 2017-11-26 16:12:43 +02:00
expand.rs Do not expand a derive invocation when derive is not allowed 2017-12-26 16:47:32 +09:00
placeholders.rs Lifting Generics from MethodSig to TraitItem and ImplItem since we want to support generics in each variant of TraitItem and ImplItem 2017-10-17 22:14:14 -04:00
quote.rs rustc: use {U,I}size instead of {U,I}s shorthands. 2018-01-04 03:12:04 +02:00
source_util.rs Make column macro output 1 based and document it 2017-12-24 02:20:06 +01:00