We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ce1b9 commit effc745Copy full SHA for effc745
test/Macros/macro_plugin_error.swift
@@ -32,9 +32,10 @@
32
33
func test() {
34
// FIXME: Should be more user friendly message.
35
+ // FIXME: -module-abi-name ABI name is leaking.
36
37
let _: String = #fooMacro(1)
- // expected-error @-1 {{typeMismatch(SwiftCompilerPluginMessageHandling.PluginToHostMessage}}
38
+ // expected-error @-1 {{typeMismatch(CompilerSwiftCompilerPluginMessageHandling.PluginToHostMessage}}
39
let _: String = #fooMacro(2)
40
// expected-error @-1 {{failed to receive result from plugin (from macro 'fooMacro')}}
41
let _: String = #fooMacro(3)
0 commit comments