-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.log
More file actions
23 lines (21 loc) · 878 Bytes
/
Copy pathserver.log
File metadata and controls
23 lines (21 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Compiling iceweave v0.1.0 (/home/adarsh/Documents/dbmsproj/dbms-project)
error[E0252]: the name `AppState` is defined multiple times
--> src/adapters/rest.rs:10:5
|
8 | use crate::AppState;
| --------------- previous import of the type `AppState` here
9 |
10 | use crate::AppState;
| ^^^^^^^^^^^^^^^ `AppState` reimported here
|
= note: `AppState` must be defined only once in the type namespace of this module
warning: unused import: `crate::AppState`
--> src/adapters/rest.rs:10:5
|
10 | use crate::AppState;
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
For more information about this error, try `rustc --explain E0252`.
warning: `iceweave` (bin "iceweave") generated 1 warning
error: could not compile `iceweave` (bin "iceweave") due to 1 previous error; 1 warning emitted