]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/implicit_hasher.stderr
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / src / tools / clippy / tests / ui / implicit_hasher.stderr
CommitLineData
781aab86 1error: `proc-macro` crate types currently cannot export any items other than functions tagged with `#[proc_macro]`, `#[proc_macro_derive]`, or `#[proc_macro_attribute]`
c620b35d 2 --> tests/ui/implicit_hasher.rs:14:1
f20569fa 3 |
781aab86
FG
4LL | pub trait Foo<T>: Sized {
5 | ^^^^^^^^^^^^^^^^^^^^^^^
f20569fa 6
781aab86 7error: `proc-macro` crate types currently cannot export any items other than functions tagged with `#[proc_macro]`, `#[proc_macro_derive]`, or `#[proc_macro_attribute]`
c620b35d 8 --> tests/ui/implicit_hasher.rs:71:1
f20569fa
XL
9 |
10LL | pub fn foo(_map: &mut HashMap<i32, i32>, _set: &mut HashSet<i32>) {}
781aab86 11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
f20569fa 12
781aab86 13error: `proc-macro` crate types currently cannot export any items other than functions tagged with `#[proc_macro]`, `#[proc_macro_derive]`, or `#[proc_macro_attribute]`
c620b35d 14 --> tests/ui/implicit_hasher.rs:74:1
f20569fa 15 |
781aab86
FG
16LL | pub mod gen {
17 | ^^^^^^^^^^^
f20569fa 18
781aab86 19error: `proc-macro` crate types currently cannot export any items other than functions tagged with `#[proc_macro]`, `#[proc_macro_derive]`, or `#[proc_macro_attribute]`
c620b35d 20 --> tests/ui/implicit_hasher.rs:92:1
f20569fa 21 |
781aab86
FG
22LL | pub mod test_macro;
23 | ^^^^^^^^^^^^^^^^^^^
f20569fa 24
781aab86 25error: `proc-macro` crate types currently cannot export any items other than functions tagged with `#[proc_macro]`, `#[proc_macro_derive]`, or `#[proc_macro_attribute]`
c620b35d 26 --> tests/ui/implicit_hasher.rs:96:1
f20569fa 27 |
781aab86
FG
28LL | external! {
29 | ^^^^^^^^^
f20569fa 30 |
781aab86 31 = note: this error originates in the macro `external` (in Nightly builds, run with -Z macro-backtrace for more info)
f20569fa 32
781aab86 33error: `proc-macro` crate types currently cannot export any items other than functions tagged with `#[proc_macro]`, `#[proc_macro_derive]`, or `#[proc_macro_attribute]`
c620b35d 34 --> tests/ui/implicit_hasher.rs:101:1
c295e0f8
XL
35 |
36LL | pub async fn election_vote(_data: HashMap<i32, i32>) {}
781aab86 37 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
c295e0f8 38
781aab86 39error: aborting due to 6 previous errors
f20569fa 40