Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
littlestymaar
on June 1, 2025
|
parent
|
context
|
favorite
| on:
Why Use Structured Errors in Rust Applications?
> Every serious C project I've worked on has used -Werror.
-Werror
is a good default for CI, but not for local development.
const_cast
on June 1, 2025
[–]
Yeah I would agree, same with unused variables.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
-Werror is a good default for CI, but not for local development.