Add long description and test for E0311
Adds a long description and unit test for the E0311 compiler error.
This commit is contained in:
parent
6c943bad02
commit
fa91980d2d
4 changed files with 113 additions and 1 deletions
|
@ -159,6 +159,7 @@ E0307: include_str!("./error_codes/E0307.md"),
|
|||
E0308: include_str!("./error_codes/E0308.md"),
|
||||
E0309: include_str!("./error_codes/E0309.md"),
|
||||
E0310: include_str!("./error_codes/E0310.md"),
|
||||
E0311: include_str!("./error_codes/E0311.md"),
|
||||
E0312: include_str!("./error_codes/E0312.md"),
|
||||
E0316: include_str!("./error_codes/E0316.md"),
|
||||
E0317: include_str!("./error_codes/E0317.md"),
|
||||
|
@ -568,7 +569,6 @@ E0790: include_str!("./error_codes/E0790.md"),
|
|||
// E0300, // unexpanded macro
|
||||
// E0304, // expected signed integer constant
|
||||
// E0305, // expected constant
|
||||
E0311, // thing may not live long enough
|
||||
E0313, // lifetime of borrowed pointer outlives lifetime of captured
|
||||
// variable
|
||||
// E0314, // closure outlives stack frame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue