summary refs log tree commit diff
path: root/src/test/ui/extern
AgeCommit message (Collapse)AuthorLines
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-3/+3
2018-11-18resolve: Check resolution consistency for import paths and multi-segment ↵Vadim Petrochenkov-4/+5
macro paths
2018-11-07This test will not link on wasm32.Felix S. Klock II-6/+6
2018-11-06Sidestep link error from rustfix'ed code by using a *defined* static.Felix S. Klock II-13/+38
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-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-4/+4
2018-10-17fix other tests failing due to change in case or new suggestion for extern crateFrançois Mockers-4/+5
2018-10-05Fix two UI tests with locale-dependent outputVadim Petrochenkov-14/+3
2018-09-20Disable rustfix temporarily on extern-const.rsRémy Rakic-26/+1
`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-08-21Rollup merge of #53296 - estebank:suggest-closure, r=KodrAuskennytm-3/+5
When closure with no arguments was expected, suggest wrapping Fix #49694.
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-3/+1
2018-08-15update recently moved testsEsteban Küber-2/+4
2018-08-15When closure with no arguments was expected, suggest wrappingEsteban Küber-1/+1
2018-08-14Fixed 'no such file or directory' mismatch between Windows and Linux.David Wood-1/+4
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+508