Implement inferring outlives requirements for references, structs, enum, union, and projection types. added a feature gate and tests for these scenarios.

This commit is contained in:
toidiu
2017-10-15 01:13:56 -04:00
parent 9afed64645
commit 6a229cbfac
44 changed files with 1415 additions and 21 deletions
+1
View File
@@ -83,6 +83,7 @@ __pycache__/
/src/libstd_unicode/UnicodeData.txt
/stage[0-9]+/
/target
target/
/test/
/tmp/
TAGS