[INFO] fetching crate rustlr 0.6.6...
[INFO] checking rustlr-0.6.6 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] extracting crate rustlr 0.6.6 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate rustlr 0.6.6
[INFO] finished tweaking crates.io crate rustlr 0.6.6
[INFO] tweaked toml for crates.io crate rustlr 0.6.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustlr 0.6.6 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rustlr 0.6.6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 82d380a976cea990fcd144e080d0d814fe6efcdec9ab93a27d177bb1b1b84492
[INFO] running `Command { std: "docker" "start" "-a" "82d380a976cea990fcd144e080d0d814fe6efcdec9ab93a27d177bb1b1b84492", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82d380a976cea990fcd144e080d0d814fe6efcdec9ab93a27d177bb1b1b84492", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82d380a976cea990fcd144e080d0d814fe6efcdec9ab93a27d177bb1b1b84492", kill_on_drop: false }`
[INFO] [stdout] 82d380a976cea990fcd144e080d0d814fe6efcdec9ab93a27d177bb1b1b84492
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dinherent-method-on-receiver" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 468e2f3944c16b11a8f80ad0e689350702e7fc663a60d33b249fe4fbd1314f23
[INFO] running `Command { std: "docker" "start" "-a" "468e2f3944c16b11a8f80ad0e689350702e7fc663a60d33b249fe4fbd1314f23", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking regex v1.10.5
[INFO] [stderr]     Checking rustlr v0.6.6 (/opt/rustwide/workdir)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:98:22
[INFO] [stdout]     |
[INFO] [stdout]  98 |   pub fn transfer<U>(&self,e:U) -> LBox<U>
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 | impl<T> Deref for LBox<T>
[INFO] [stdout]     | ------------------------- trait implemented here
[INFO] [stdout] 111 | {
[INFO] [stdout] 112 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:106:15
[INFO] [stdout]     |
[INFO] [stdout] 106 |   pub fn line(&self)-> usize {self.line as usize}
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 | impl<T> Deref for LBox<T>
[INFO] [stdout]     | ------------------------- trait implemented here
[INFO] [stdout] 111 | {
[INFO] [stdout] 112 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:107:17
[INFO] [stdout]     |
[INFO] [stdout] 107 |   pub fn column(&self)->usize {self.column as usize}
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 | impl<T> Deref for LBox<T>
[INFO] [stdout]     | ------------------------- trait implemented here
[INFO] [stdout] 111 | {
[INFO] [stdout] 112 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:108:14
[INFO] [stdout]     |
[INFO] [stdout] 108 |   pub fn uid(&self) -> u32 {self.uid}
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 109 | }//impl LBox
[INFO] [stdout] 110 | impl<T> Deref for LBox<T>
[INFO] [stdout]     | ------------------------- trait implemented here
[INFO] [stdout] 111 | {
[INFO] [stdout] 112 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:151:16
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T> Deref for LBox<T>
[INFO] [stdout]     | ------------------------- trait implemented here
[INFO] [stdout] 111 | {
[INFO] [stdout] 112 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 151 |    pub fn take(&mut self) -> T
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:231:22
[INFO] [stdout]     |
[INFO] [stdout] 231 |   pub fn transfer<U>(&self,e:U) -> LRc<U>
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 259 | impl<T> Deref for LRc<T>
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 260 | {
[INFO] [stdout] 261 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:246:15
[INFO] [stdout]     |
[INFO] [stdout] 246 |   pub fn line(&self) -> usize {self.line as usize}
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 259 | impl<T> Deref for LRc<T>
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 260 | {
[INFO] [stdout] 261 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:248:17
[INFO] [stdout]     |
[INFO] [stdout] 248 |   pub fn column(&self) -> usize {self.column as usize}
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 259 | impl<T> Deref for LRc<T>
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 260 | {
[INFO] [stdout] 261 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:367:15
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 367 |   pub fn line(&self) -> usize { (self.1.0) as usize }
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:369:17
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 369 |   pub fn column(&self) -> usize { (self.1.1) as usize }
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:371:15
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 371 |   pub fn lncl(&self) -> (u32,u32) { (self.1.0,self.1.1) }
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:373:14
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 373 |   pub fn uid(&self) -> u32 { self.1.2 }
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:375:16
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 375 |   pub fn value(&self) -> &T { &self.0 }
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:377:22
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 377 |   pub fn transfer<U>(&self,x:U) -> LC<U> {
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:381:18
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 381 |   pub fn consume(self) -> T { self.0 }
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:395:16
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 395 |    pub fn take(&mut self) -> T
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustlr` (lib test) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:98:22
[INFO] [stdout]     |
[INFO] [stdout]  98 |   pub fn transfer<U>(&self,e:U) -> LBox<U>
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 | impl<T> Deref for LBox<T>
[INFO] [stdout]     | ------------------------- trait implemented here
[INFO] [stdout] 111 | {
[INFO] [stdout] 112 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:106:15
[INFO] [stdout]     |
[INFO] [stdout] 106 |   pub fn line(&self)-> usize {self.line as usize}
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 | impl<T> Deref for LBox<T>
[INFO] [stdout]     | ------------------------- trait implemented here
[INFO] [stdout] 111 | {
[INFO] [stdout] 112 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:107:17
[INFO] [stdout]     |
[INFO] [stdout] 107 |   pub fn column(&self)->usize {self.column as usize}
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 | impl<T> Deref for LBox<T>
[INFO] [stdout]     | ------------------------- trait implemented here
[INFO] [stdout] 111 | {
[INFO] [stdout] 112 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:108:14
[INFO] [stdout]     |
[INFO] [stdout] 108 |   pub fn uid(&self) -> u32 {self.uid}
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 109 | }//impl LBox
[INFO] [stdout] 110 | impl<T> Deref for LBox<T>
[INFO] [stdout]     | ------------------------- trait implemented here
[INFO] [stdout] 111 | {
[INFO] [stdout] 112 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:151:16
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<T> Deref for LBox<T>
[INFO] [stdout]     | ------------------------- trait implemented here
[INFO] [stdout] 111 | {
[INFO] [stdout] 112 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 151 |    pub fn take(&mut self) -> T
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:231:22
[INFO] [stdout]     |
[INFO] [stdout] 231 |   pub fn transfer<U>(&self,e:U) -> LRc<U>
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 259 | impl<T> Deref for LRc<T>
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 260 | {
[INFO] [stdout] 261 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:246:15
[INFO] [stdout]     |
[INFO] [stdout] 246 |   pub fn line(&self) -> usize {self.line as usize}
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 259 | impl<T> Deref for LRc<T>
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 260 | {
[INFO] [stdout] 261 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:248:17
[INFO] [stdout]     |
[INFO] [stdout] 248 |   pub fn column(&self) -> usize {self.column as usize}
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 259 | impl<T> Deref for LRc<T>
[INFO] [stdout]     | ------------------------ trait implemented here
[INFO] [stdout] 260 | {
[INFO] [stdout] 261 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:367:15
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 367 |   pub fn line(&self) -> usize { (self.1.0) as usize }
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:369:17
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 369 |   pub fn column(&self) -> usize { (self.1.1) as usize }
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:371:15
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 371 |   pub fn lncl(&self) -> (u32,u32) { (self.1.0,self.1.1) }
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:373:14
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 373 |   pub fn uid(&self) -> u32 { self.1.2 }
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:375:16
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 375 |   pub fn value(&self) -> &T { &self.0 }
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:377:22
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 377 |   pub fn transfer<U>(&self,x:U) -> LC<U> {
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:381:18
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 381 |   pub fn consume(self) -> T { self.0 }
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/generic_absyn.rs:395:16
[INFO] [stdout]     |
[INFO] [stdout] 329 | impl<T> Deref for LC<T>
[INFO] [stdout]     | ----------------------- trait implemented here
[INFO] [stdout] 330 | {
[INFO] [stdout] 331 |     type Target = T;
[INFO] [stdout]     |     ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 395 |    pub fn take(&mut self) -> T
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustlr` (lib) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "468e2f3944c16b11a8f80ad0e689350702e7fc663a60d33b249fe4fbd1314f23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "468e2f3944c16b11a8f80ad0e689350702e7fc663a60d33b249fe4fbd1314f23", kill_on_drop: false }`
[INFO] [stdout] 468e2f3944c16b11a8f80ad0e689350702e7fc663a60d33b249fe4fbd1314f23
