summary refs log tree commit diff
path: root/src/test/ui/recursion/recursion.rs
AgeCommit message (Collapse)AuthorLines
2020-09-21Let user see the full type of type-length limit errorKornel LesiƄski-0/+1
2020-06-22Point at the call spawn when overflow occurs during monomorphizationAaron Hill-3/+2
This improves the output for issue #72577, but there's still more work to be done. Currently, an overflow error during monomorphization results in an error that points at the function we were unable to monomorphize. However, we don't point at the call that caused the monomorphization to happen. In the overflow occurs in a large recursive function, it may be difficult to determine where the issue is. This commit tracks and `Span` information during collection of `MonoItem`s, which is used when emitting an overflow error. `MonoItem` itself is unchanged, so this only affects `src/librustc_mir/monomorphize/collector.rs`
2020-02-11Specify overflow checks behaviour in testMatthew Jasper-0/+1
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+32