forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 354
Open
Labels
bugSomething isn't workingSomething isn't working
Description
dave@DaveA-MBP14 ~ % swift repl
Welcome to Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100).
...
5> import Foundationm
expression failed to parse:
error: error while processing module import: error: repl.swift:5:8: error: no such module 'Foundationm'
import Foundationm
^
fixed expression suggested:
import Foundationm
5>
- "Failed to parse" is wrong. It's obviously legal syntax.
- It suggests a no-op fixit.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working