Enable inlay hints (#183)
This commit is contained in:
@@ -46,7 +46,7 @@ auto scan = [](llvm::StringRef content) {
|
||||
params.add_remapped_file("./test.h", "export module A");
|
||||
auto info = scanModule(params);
|
||||
if(!info) {
|
||||
/// clice::println("Fail to scan module: {}", info.error());
|
||||
/// std::println("Fail to scan module: {}", info.error());
|
||||
std::abort();
|
||||
}
|
||||
return std::move(*info);
|
||||
|
||||
Reference in New Issue
Block a user