error: usage of `Arc` when T is a buffer type --> $DIR/rc_buffer_arc.rs:7:8 | LL | a: Arc, | ^^^^^^^^^^^ help: try: `Arc` | = note: `-D clippy::rc-buffer` implied by `-D warnings` error: usage of `Arc` when T is a buffer type --> $DIR/rc_buffer_arc.rs:8:8 | LL | b: Arc, | ^^^^^^^^^^^^ help: try: `Arc` error: usage of `Arc` when T is a buffer type --> $DIR/rc_buffer_arc.rs:9:8 | LL | c: Arc>, | ^^^^^^^^^^^^ help: try: `Arc<[u8]>` error: usage of `Arc` when T is a buffer type --> $DIR/rc_buffer_arc.rs:10:8 | LL | d: Arc, | ^^^^^^^^^^^^^ help: try: `Arc` error: aborting due to 4 previous errors