This helps training algorithms that may want to sometimes replicate the
default decision. The default decision is presented as an extra feature
called inlining_default. It's not normally exported to save
computation time.
This is only available in interactive mode.
This leads to a use-after-free: you're creating a temporary string that is immediately destroyed but referenced through a StringRef when printing the help.
I pushed a quick fix in 437dfa5b0365 but you may want to tweak this.