Vadim Petrochenkov
730c7222ee
Fix an error from "unused" lint + Fix rebase
2018-05-01 17:02:18 +03:00
Vadim Petrochenkov
300b6bb417
Remove macro_reexport
...
It's subsumed by `feature(use_extern_macros)` and `pub use`
2018-05-01 15:58:42 +03:00
Zack M. Davis
3dbdccc6a9
stabilize #[must_use]
for functions and must-use operators
...
This is in the matter of RFC 1940 and tracking issue #43302 .
2018-04-28 20:32:49 -07:00
John Kåre Alsaker
b1d872b38e
Update tests
2018-03-16 11:52:46 +01:00
Vadim Petrochenkov
fa2d9fc4b9
Update UI tests
2018-02-26 20:24:02 +03:00
Robin Kruppe
95c3fc05a9
Remove deprecated unstable attribute #[simd]
...
The `#[simd]` attribute has been deprecated since c8b6d5b23cc8b2d43ece9f06252c7e98280fb8e5 back in 2015. Any nightly crates using it have had ample time to switch to `#[repr(simd)]`, and if they didn't they're likely broken by now anyway.
2018-01-07 16:33:45 +01:00
Esteban Küber
95a0458358
Resolve type on return type suggestion
2017-12-09 15:19:39 -08:00
est31
38438c618c
Migrate a few feature gate tests to ui
...
Renames only in this commit, and obviously
.stderr file additions.
2017-12-07 10:14:39 +01:00