Struct cfg::usefulness::UselessRule
[−]
[src]
pub struct UselessRule<R> {
pub rule: R,
pub unreachable: bool,
pub unproductive: bool,
}A reference to a useless rule, together with the reason for its uselessness.
Fields
rule | Reference to a rule. |
unreachable | Indicates whether the rule is unreachable. |
unproductive | Indicates whether the rule is unproductive. |