rust/src/librustc_plugin
Esteban Küber 609ffa1a89 Reword malformed attribute input diagnostics
- Handle empty `cfg_attr` attribute
- Reword empty `derive` attribute error
- Use consistend error message: "malformed `attrname` attribute input"
- Provide suggestions when possible
- Move note/help to label/suggestion
- Use consistent wording "ill-formed" -> "malformed"
- Move diagnostic logic out of parser
2019-05-25 11:55:50 -07:00
..
build.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
Cargo.toml librustc_plugin => 2018 2019-02-06 23:56:39 +09:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
lib.rs Rollup merge of #60131 - agnxy:doc-link, r=ehuss 2019-05-05 12:37:26 -07:00
load.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
registry.rs Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00