Error code E0557

A feature attribute named a feature that has been removed.

Erroneous code example:

#![feature(managed_boxes)] // error: feature has been removed
Run

Delete the offending feature attribute.

Back to list of error codes