]> git.proxmox.com Git - rustc.git/blob - src/test/ui/derives/deriving-bounds.stderr
Update upstream source from tag 'upstream/1.33.0+dfsg1'
[rustc.git] / src / test / ui / derives / deriving-bounds.stderr
1 error: this unsafe trait should be implemented explicitly
2 --> $DIR/deriving-bounds.rs:1:10
3 |
4 LL | #[derive(Send)]
5 | ^^^^
6
7 error: this unsafe trait should be implemented explicitly
8 --> $DIR/deriving-bounds.rs:5:10
9 |
10 LL | #[derive(Sync)]
11 | ^^^^
12
13 error: aborting due to 2 previous errors
14