Skip to content

feat: Add breakwater-deich: A distributed server - #97

Open
sbernauer wants to merge 18 commits into
mainfrom
feat/deich-2
Open

feat: Add breakwater-deich: A distributed server#97
sbernauer wants to merge 18 commits into
mainfrom
feat/deich-2

Merge remote-tracking branch 'origin/main' into feat/deich-2

99bc719
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / clippy failed Jul 31, 2026 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.99.0-nightly (8ab9fdff5 2026-07-30)
  • cargo 1.99.0-nightly (7c83d4cc0 2026-07-29)
  • clippy 0.1.99 (8ab9fdff5a 2026-07-30)

Annotations

Check failure on line 54 in /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/eyre-0.6.12/src/macros.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

trailing semicolon in macro used in expression position

error: trailing semicolon in macro used in expression position
   --> breakwater/src/sinks/ffmpeg.rs:122:25
    |
122 |                   None => bail!(
    |  _________________________^
123 | |                     "ffmpeg sink can only be used when either RTMP or video file is activated"
124 | |                 ),
    | |_________________^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: `-D semicolon-in-expressions-from-non-local-macros` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(semicolon_in_expressions_from_non_local_macros)]`
    = note: this error originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)