Vadim Petrochenkov
4fc3c13e32
resolve: Avoid sentence breaks in diagnostics
2018-11-18 13:58:36 +03:00
Vadim Petrochenkov
4c5d822a8b
resolve: Check resolution consistency for import paths and multi-segment macro paths
2018-11-18 13:55:58 +03:00
Felix S. Klock II
34ffbdb965
This test will not link on wasm32.
2018-11-07 16:33:41 +01:00
Felix S. Klock II
e7f8c0d105
Sidestep link error from rustfix'ed code by using a *defined* static.
...
As a drive-by, added `-g` to the compile-flags so that the test more
reliably fails to compile when the extern static in question is *not*
provided. (I.e. this is making the test more robust in the face of
potential future revisions.)
Fix #54388 .
2018-11-06 14:21:52 +01:00
Vadim Petrochenkov
acdbd0643c
resolve: More precise spans for privacy errors
2018-10-28 02:56:12 +03:00
François Mockers
2ba567fc27
fix other tests failing due to change in case or new suggestion for extern crate
2018-10-17 01:21:40 +02:00
Vadim Petrochenkov
a7cce470b6
Fix two UI tests with locale-dependent output
2018-10-05 11:37:48 +04:00
Rémy Rakic
3bdba74ed3
Disable rustfix temporarily on extern-const.rs
...
`src/test/ui/extern/extern-const.rs` seems to have an inconsistent behaviour across build configurations, possibly non-deterministically. This is tracked in issue 54388.
For this PR, disable running rustfix on it because it failed on CI, until that issue is fixed.
2018-09-20 23:22:42 +02:00
kennytm
ffde96c201
Rollup merge of #53296 - estebank:suggest-closure, r=KodrAus
...
When closure with no arguments was expected, suggest wrapping
Fix #49694 .
2018-08-21 01:20:12 +08:00
Vadim Petrochenkov
a0958048b6
Stabilize use_extern_macros
2018-08-17 13:14:26 +03:00
Esteban Küber
cea73d6341
update recently moved tests
2018-08-15 13:17:04 -07:00
Esteban Küber
e5e14d307b
When closure with no arguments was expected, suggest wrapping
2018-08-15 13:05:01 -07:00
David Wood
cd12c82210
Fixed 'no such file or directory' mismatch between Windows and Linux.
2018-08-14 11:12:11 +02:00
David Wood
3fc7ab2373
Merged migrated compile-fail tests and ui tests. Fixes #46841 .
2018-08-14 11:12:09 +02:00