-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Delphi 13 added a new procedure directive noreturn.
In order to support this we need to add a new impure keyword for it here
Line 121 in 8be6daf
| // Impure keywords |
and include it in is_method_directive here
Line 182 in 8be6daf
| pub fn is_method_directive(&self) -> bool { |
and add some tests for it here
| method_directive_consolidation_test!( |
checkdigits
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request