Skip to content
  • Aaron Allen's avatar
    [#23663] Show Flag Suggestions in GHCi · a1899d8f
    Aaron Allen authored and Marge Bot's avatar Marge Bot committed
    Makes suggestions when using `:set` in GHCi with a misspelled flag. This
    mirrors how invalid flags are handled when passed to GHC directly. Logic
    for producing flag suggestions was moved to GHC.Driver.Sesssion so it
    can be shared.
    
    resolves #23663
    a1899d8f