about summary refs log tree commit diff
path: root/src/test/compile-fail/struct-path-alias-bounds.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-21/+0
2016-10-27Preparations and cleanupVadim Petrochenkov-0/+21
Diagnostics for struct path resolution errors in resolve and typeck are unified. Self type is treated as a type alias in few places (not reachable yet). Unsafe cell is seen in constants even through type aliases. All checks for struct paths in typeck work on type level.