Files
rust/tests
Ryan Cumming 5f3c340bfb Lint for trait methods without bodies
As discussed in rust-lang/rust#47475 the #[inline] attribute is
currently allowed on trait methods without bodies (i.e. without a
default implementation). This is misleading as it could be interpreted
as affecting the implementations of the trait method. Add a lint for any
use of #[inline] on a trait method without a body.

Fixes rust-lang/rust#47475
2018-01-18 20:01:24 +11:00
..
2017-12-20 08:16:44 -08:00
2018-01-18 20:01:24 +11:00
2016-08-17 18:35:25 +02:00
2017-04-12 11:06:32 +02:00
2018-01-17 14:44:40 +01:00
2016-12-20 10:20:41 +01:00
2017-11-05 04:55:56 +09:00
2017-09-05 12:39:27 +02:00
2016-12-20 10:20:41 +01:00
2017-04-12 11:06:32 +02:00