rust/src/libsyntax_ext
Eduard-Mihai Burtescu 048daa6224 Rollup merge of #37695 - estebank:unescaped-curly, r=alexcrichton
On fmt string with unescaped `{` note how to escape

On cases of malformed format strings where a `{` hasn't been properly escaped, like `println!("{");`, present a NOTE explaining how to escape the `{` char.

Fix #34300.
2016-11-12 10:38:42 +02:00
..
deriving Auto merge of #37645 - jseyfried:fix_crate_var_in_custom_derives, r=nrc 2016-11-10 11:25:17 -08:00
asm.rs Make ast::ExprKind smaller. 2016-11-03 23:48:24 +00:00
Cargo.toml rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
cfg.rs Move CrateConfig from Crate to ParseSess. 2016-10-29 07:52:58 +00:00
concat_idents.rs
concat.rs
env.rs
format_foreign.rs Add foreign formatting directive detection. 2016-11-11 15:23:15 +11:00
format.rs Rollup merge of #37695 - estebank:unescaped-curly, r=alexcrichton 2016-11-12 10:38:42 +02:00
lib.rs Rollup merge of #37613 - DanielKeep:eww-you-got-printf-in-your-format, r=alexcrichton 2016-11-12 10:38:40 +02:00
log_syntax.rs
proc_macro_registrar.rs Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfried 2016-11-09 20:51:18 +02:00
trace_macros.rs