Tauri Build Error unterminated character in import

26 views Asked by At

Error:

error[E0762]: unterminated character literal
 --> src\main.rs:1:22
  |
1 | import { open } from '@tauri-apps/api/dialog';
  |                      ^^^^^^^^^^^^

Error line:

import { open } from '@tauri-apps/api/dialog';

Project maked by npm on Vanilla javascript

I want to create file dialog. I tried to update rust and cargo(now 1.77)

0

There are 0 answers