about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-45157.stderr
AgeCommit message (Collapse)AuthorLines
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-17/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2019-09-26remove feature(nll) from #45157 test.Mazdak Farrokhzad-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-01-04Improve diagnostic labels and add note.David Wood-1/+3
This commit improves diagnostic labels to mention which field a borrow overlaps with and adds a note explaining that the fields overlap.
2018-12-26Add union justifications to conflicting borrows.David Wood-5/+5
This commit adds justifications to error messages for conflicting borrows of union fields. Where previously an error message would say ``cannot borrow `u.b` as mutable..``, it now says ``cannot borrow `u` (via `u.b`) as mutable..``.
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-03Clearer later use messages for callsMatthew Jasper-1/+1
Give a special message when the later use is from a call. Use the span of the callee instead of the whole expression. For conflicting borrow messages say that the later use is of the first borrow.
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+15