История изменений
Исправление Bad_ptr, (текущая версия) :
что сломали в этот раз?
ах вот:
Adjust the object default bound algorithm for cases like &'x Box<Trait> and &'x Arc<Trait>. The existing algorithm would default to &'x Box<Trait+'x>. The proposed change is to default to &'x Box<Trait+'static>.
Note: This is a BREAKING CHANGE.
Исходная версия Bad_ptr, :
что сломали в этот раз?
ах вот:
Adjust the object default bound algorithm for cases like &'x Box<Trait> and &'x Arc<Trait>. The existing algorithm would default to &'x Box<Trait+'x>. The proposed change is to default to &'x Box<Trait+'static>.
Note: This is a BREAKING CHANGE.