A feature attribute named a feature that has been removed.
Erroneous code example:
#![feature(managed_boxes)] // error: feature has been removed
Delete the offending feature attribute.
Back to list of error codes