about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-45157.rs
AgeCommit message (Collapse)AuthorLines
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-31/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
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/+0
2018-12-26Add union justifications to conflicting borrows.David Wood-2/+3
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-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+42