mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
8 lines
269 B
Text
8 lines
269 B
Text
import f"f-strings are {"not"} allowed as import paths."
|
|
|
|
# output:
|
|
stdin:1:8
|
|
╷
|
|
1 │ import f"f-strings are {"not"} allowed as import paths."
|
|
╵ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Error: Import path must be a string literal without holes.
|