mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-16 08:04:07 +00:00
deprecated attribute for procedure declarations
This commit is contained in:
@@ -75,6 +75,7 @@ struct Entity {
|
||||
AstNode * using_expr;
|
||||
|
||||
isize order_in_src;
|
||||
String deprecated_message;
|
||||
|
||||
union {
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user