Files
rust/src/libcore
bors 86319e473e Auto merge of #41907 - est31:macro_unused, r=jseyfried
Add lint for unused macros

Addresses parts of #34938, to add a lint for unused macros.

We now output warnings by default when we encounter a macro that we didn't use for expansion.

Issues to be resolved before this PR is ready for merge:

- [x] fix the NodeId issue described above
- [x] remove all unused macros from rustc and the libraries or set `#[allow(unused_macros)]` next to them if they should be kept for some reason. This is needed for successful boostrap and bors to accept the PR. -> #41934
- [x] ~~implement the full extent of #34938, that means the macro match arm checking as well.~~ *let's not do this for now*
2017-05-16 23:27:36 +00:00
..
2016-08-24 22:12:23 +00:00
2017-04-03 20:49:39 +02:00
2017-05-02 06:35:36 +02:00
2017-02-03 13:25:46 -08:00
2017-04-29 12:11:14 -07:00
2017-04-18 23:33:38 +01:00
2017-04-29 12:11:14 -07:00
2017-03-20 10:10:16 -04:00
2017-03-28 11:38:55 -06:00
2016-11-12 12:47:13 -07:00