mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: reinstate Variant as Addressable
This commit is contained in:
@@ -1795,7 +1795,7 @@ class _:
|
||||
"""
|
||||
|
||||
|
||||
@annotate(Variant, replace_bases={AstNode: Addressable})
|
||||
@annotate(Variant, add_bases=(Addressable,))
|
||||
class _:
|
||||
"""
|
||||
A Variant. For example:
|
||||
|
||||
Reference in New Issue
Block a user