mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
82ae9682ca
Add suggestions for misspelled method names Use the syntax::util::lev_distance module to provide suggestions when a named method cannot be found. Part of #30197