pub static UNTRACKED_QUERY_INFORMATION: &Lint
Expand description
The untracked_query_information
lint detects use of methods which leak information not
tracked by the query system, such as whether a Steal<T>
value has already been stolen. In
order not to break incremental compilation, such methods must be used very carefully or not
at all.