mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Remove warning section
This commit is contained in:
parent
9528fc7668
commit
50983115f2
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@ function parent()
|
|||
end
|
||||
```
|
||||
|
||||
The implementation _may_ choose to issue warning in the following cases where `@native` attribute is redundant:
|
||||
|
||||
1. A function has more than one occurrence of `@native` attribute
|
||||
2. A function has a `@native` attribute when the script is annotated with `--!native` comment directive.
|
||||
|
||||
## Drawbacks
|
||||
|
||||
Introducing this attribute will have two adverse consequences:
|
||||
|
|
Loading…
Add table
Reference in a new issue