pub const ABSTRACT: &'static [u8] = b"abstract";
The ABSTRACT token.
ABSTRACT
Represent an abstract entity, e.g. abstract class C { … }.
abstract class C { … }